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