POST
/
v1
/
applications
/
jobs
/
{job_id}
/
retry

Authorizations

Authorization
string
headerrequired

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

Path Parameters

job_id
string
required

Response

202 - application/json
job_id
string
required

The unique identifier for the async job created.

status
string

The initial status of the job (e.g., 'queued').

created_at
string

The timestamp when the job was created.

application_id
string

The ID of the application associated with this job.