Skip to content

Ping with a client timestamp

POST
/hb/ping/{uuid}

Same as the GET ping, but the body may carry a client-side timestamp so the recorded ping time reflects when the job finished rather than when the request arrived. Use it from jobs that batch their reporting or run behind a slow proxy.

uuid
required
string
object
timestamp

Unix seconds when the job finished.

integer format: int64

Ping recorded.

object
message
string
Example
pong
status
string
Example
ok