v1

latestOpenAPI 3.1.0MIT2026-07-2654137287.8 KB
queues

Get Job

Gets a job in a queue

get/organizations/{organization_name}/projects/{project_name}/queues/{queue_name}/jobs/{queue_job_id}

Response

OK

create_timestring date-time required

The job creation time

idstring uuid required

The job identifier

{"stackTrail":"components:schemas:QueueJobInput","oasType":"schema","type":"unknown","description":"The job input. May be any valid JSON."}
metadataQueueJobMetadata

Additional metadata for the job

{"stackTrail":"components:schemas:QueueJobOutput","oasType":"schema","type":"unknown","description":"The job output. May be any valid JSON."}
status'pending' | 'running' | 'succeeded' | 'cancelled' | 'failed' required

The job status

update_timestring date-time required

The job update time

webhookstring url

The webhook URL to notify when the job completes