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

Authorizations

Authorization
string
header
required

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.

application_id
string

The ID of the application associated with this job.

created_at
string

The timestamp when the job was created.

status
string

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