v42

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-2129120150.2 KB
template

Retry job execution

Re-triggers the async execution of a single job previously created via the Async api and terminated in error.

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

Path parameters

job_idstring uuid required

The ID of the job to retry.

Response

Accepted

idstring uuid required

The unique identifier for the async job created.

status'in_progress' | 'failed' | 'completed' required

The status of the job.

created_atstring date-time required

The timestamp when the job was created.