Returns the current status and result of a scenario creation job.
Poll this endpoint to check job progress. Typical job duration is about 5 minutes.
Job statuses:
queued: Job is waiting to be processedprocessing: AI agent is actively creating the scenariocompleted: Scenario created successfully (check scenario field)failed: Job failed (check error field for details)cancelled: Job was cancelled via DELETEAPI key created in Settings > API.
Format: exec_live_ followed by 40 alphanumeric characters.
The job ID returned from job creation
Job status and result
Job identifier (12-character hex string)
Current job status
queued, processing, completed, failed, cancelled Created scenario details (only present when status is "completed")
Error details (only present when status is "failed")
When the job was created
When the job started processing
When the job finished (success, failure, or cancelled)
Processing duration in seconds (only present when job has completed)