Get a heartbeat
GET /heartbeats/{uuid}
One heartbeat by UUID, including its ping key. The key is what a job sends in X-Heartbeat-Key; fetch it here when you need to rotate a cron entry or wire a new script to an existing heartbeat without opening the dashboard.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Responses
Section titled “ Responses ”The heartbeat, including its scoped ping key.
object
Example
d1nq8sg44a5g5h3k2b7gSet for heartbeats created through /hb/auto/{slug}; empty for heartbeats created in the dashboard.
Example
nightly-backupExample
Nightly database backupScoped ping key for the X-Heartbeat-Key header.
Example
hb.2h9XkPq...initial until the first ping arrives; ok while pings arrive on schedule; delayed when a ping is late but within grace; missed/critical as missed pings accumulate.
Expected seconds between pings.
Example
86400Seconds a ping may be late before it counts as missed.
Example
3600Unix milliseconds of the last received ping.
Unix milliseconds by which the next ping is expected.
0-100 health score derived from recent ping history.
Not found.