v1

latestOpenAPI 3.1.02026-08-04282319386.0 KB

Get Status For Job Id

Returns the current record (containing a status field) for the given Job ID. This is the main means by which the frontend polls for a status.

get/async-job/{async_job_id}/status

Path parameters

async_job_idinteger required

Response

Successful Response

idinteger nullable

ID of this object.

created_atstring date-time nullable

datetime object representing when this object was created.

updated_atstring date-time nullable

datetime object representing when this object was updated.

deleted_atstring date-time nullable

datetime object representing when this object was deleted.

status'RUNNING' | 'COMPLETED' | 'FAILED'
endpointstring

Endpoint spawning async job

errorstring nullable

error message

{"stackTrail":"components:schemas:AsyncJobRecord:properties:response","oasType":"schema","type":"unknown","title":"Response","description":"async response"}
All 282 operations