Skip to main content
GET
Poll an agent publish job
Requires agent:publish. Store the response ETag, send it as If-None-Match on the next poll, and honor Retry-After. An unchanged job returns 304 Not Modified. A failed job does not change production.

Authorizations

Authorization
string
header
required

Hobbes API key with the hb_live_ prefix.

Headers

If-None-Match
string | null

Path Parameters

job_id
string<uuid>
required

Asynchronous job UUID.

Response

Successful Response

jobId
string<uuid>
required
status
enum<string>
required
Available options:
queued,
running,
succeeded,
failed
requestedVersion
integer
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
errorCode
string | null
errorMessage
string | null
completedAt
string<date-time> | null