Skip to main content
GET
Get Scenario job status

Authorizations

Authorization
string
header
required

API key created in Settings > API.

Format: exec_live_ followed by 40 alphanumeric characters.

Path Parameters

job_id
string
required

The job ID returned from job creation

Response

Job status and result

id
string

Job identifier

status
enum<string>

Current job status

Available options:
queued,
processing,
completed,
failed,
cancelled
scenario
object | null

Created scenario details (only present when status is "completed")

error
object | null

Error details (only present when status is "failed")

created_at
string<date-time>

When the job was created

started_at
string<date-time> | null

When the job started processing

completed_at
string<date-time> | null

When the job finished (success, failure, or cancelled)

duration_seconds
number | null

Processing duration in seconds (only present when job has completed)