Jobs
Retrieve job
GET
/
v1
/
jobs
/
{jobId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
jobId
string
requiredUnique identifier of the job
Response
200 - application/json
id
string
status
string
action
string
Action of the job
model
string
Model of the job
output
object
Output of the job, saved as JSON, deleted after 24 hours. Only available if job is finished.
createdAt
string
Timestamp of the creation of the job
updatedAt
string
Timestamp of the last update of the job