v62
latestOpenAPI 3.1.0Dual (AGPL3.0, Commercial License Available)raw.githubusercontent.com2026-08-03211303932.5 KBDaemons
internal
deprecated
Receive daemon heartbeat (DEPRECATED - for backwards compatibility with pre-v0.14.0 daemons)
Internal endpoint for legacy daemons to send periodic heartbeats. New daemons (v0.14.0+) use the /request-work endpoint which includes heartbeat functionality. This endpoint is kept for backwards compatibility and will be removed in a future version.
post/api/daemons/{id}/heartbeat
Path parameters
idstring uuid required
Daemon ID
Request body
Response
Heartbeat received
Example response
{
"meta": {
"api_version": 1,
"server_version": "0.17.7"
}
}