Skip to main content
GET
Job identity and status

Authorizations

Authorization
string
header
required

Exactly one Authorization: Bearer value from the token file

Path Parameters

id
string<uuid>
required

Response

Job

id
string<uuid>
required
status
enum<string>
required
Available options:
queued,
running,
interrupted,
paused,
succeeded,
failed,
cancelled
error
object
execution_id
string
outputs
object

Declared workflow outputs; present only after settlement when supplied by the execution adapter

receipt
object

Terminal binding to the exact immutable admitted execution

trace_id
string