Get Job Status
Poll job status, with conditional-GET (ETag / If-None-Match) support. Polling clients can pass back the previous response’s ETag value as If-None-Match…
GET
Poll job status, with conditional-GET (ETag / If-None-Match) support.
Polling clients can pass back the previous response’s
ETag value as
If-None-Match; an unchanged job returns 304 Not Modified with no
body. Saves bytes and downstream JSON parse cost on every tick.
Path parameters
string (uuid)
required
Response
JobStatusResponse
string
required
Job UUID.
string
required
Current status: queued, running, succeeded, failed, cancelled, awaiting_approval.
string
required
Agent type / template that was used.
string,null
Pipe-separated final assistant text. Populated when the job reaches a terminal state. Truncated to ≈5 segments × 280 chars.
string,null
Human-readable error message when status is ‘failed’ or ‘cancelled’.
integer,null
Cumulative input tokens consumed.
integer,null
Cumulative output tokens generated.
number,null
Cumulative billable cost. Priced at the job’s selected model rate (not the deployment default).
string
required
ISO 8601 UTC timestamp.
string
required
ISO 8601 UTC timestamp; refreshed on every iteration.