heartbeat_id
in the path. Use query parameters such as start_date
, end_date
, and interval
to define the time range and level of detail for the data.The response includes a list of records showing heartbeat activity over time. Each record may contain values such as:
tick_count
— Number of expected heartbeat intervals during that period.run_count
— Number of actual check-ins (pings) received.fail_count
— Number of intervals that were missed and counted as failures.complete_count
— Number of successful intervals (with timely pings).received_at
— Timestamp of the recorded data point.
Use cases:
- Heartbeat reliability tracking — Identify how consistently a job or service sends heartbeat pings.
- Failure pattern detection — Analyze missed or delayed check-ins across time intervals.
- Monitoring dashboards — Feed data into charts for visualizing heartbeat health over time.