Endpoint Examples
Get Job Status
Get the status of a specific job by job name
GET
/
task
/
job-status
/
{job_name}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Name of the job to check