Get Job
GET
/
v1
/
jobs
/
{id}
This endpoint returns a JSON object with information about the job along with its outputs.
Request
id
string
requiredid of the job
Response
id
string
The id of the job.
workflow_id
string
The id of the workflow that the job belongs to.
time
dict
The times when the job was queued, started, and completed.
status
string
The status of the job. Can be “queued”, “started”, “finished”, or “error”.
user_inputs
dict
The inputs that the user provided to trigger the job.
data
list
The outputs of the job. Populated as the job progresses, and can be polled for updates.
types
list
The types of the outputs of the job. Populated as the job progresses, and can be polled for updates.
Was this page helpful?