Skip to main content
GET
Get Job Result

Authorizations

Authorization
string
header
required

An API key or OAuth2/OIDC access token sent as Authorization: Bearer <token>.

Path Parameters

job_id
string<uuid>
required

Response

Successful Response

job_id
required
status
enum<string>
required
Available options:
completed,
failed
result_data
Result Data · object | null

Per-job-type result payload. None when status='failed'.

result_uri
string | null

S3 URI of the persisted result.json (breadcrumb).

error_message
string | null
completed_at
string<date-time> | null