Skip to main content
POST
Retry Job

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

job_id
string<uuid>
required

Response

Successful Response

Response for retrying a job. Returns the new job's ID and status.

job_id
string<uuid>
required
status
enum<string>
required
Available options:
initializing,
pending,
queued,
running,
succeeded,
failed,
canceled,
rejected,
waiting_for_upload