Get the heartbeat timestamp

get/jobs/{jobId}/heartbeatTimeStamp
Internal-Use Only

Returns a timestamp that represents the last received heartbeat update of the job. It uses the format yyyy-MM-ddTHH:mm:ss.SSSZ.

Request Samples

1

Response Samples

12022-04-07T23:59:31.570Z

Path Parameters

NameTypeRequiredDescription
jobId
string
true

The ID of the job.

Responses

StatusMeaningDescription
200OKThe request succeeded.Schema
204No ContentThe heartbeatTimeStamp has not been set yet.
404Not FoundNo job exists at the requested path.Schema