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
eventName
string
Name of the event
quantity
integer
Quantity of the event, e.g. number of seconds of audio, or number of tokens
output
object
Output of the job, saved as JSON, deleted after 24 hours
createdAt
string
Timestamp of the creation of the job
updatedAt
string
Timestamp of the last update of the job