Endpoint Examples
Get Job Status
Get the status of a specific job by job name
GET
/
task
/
job-status
/
{job_name}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
job_name
string
requiredName of the job to check
Response
200 - application/json
status
string
message
string