v1

latestOpenAPI 3.0.32026-07-2644164161.5 KB
template

Retrieve a single job

Retrieves a single job created via the Async API.

get/v1/applications/jobs/{job_id}

Path parameters

job_idstring uuid required

The ID of the job to retrieve.

Response

Successful response

idstring uuid required

The unique identifier for the job.

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

The status of the job.

application_idstring required

The ID of the application associated with this job.

created_atstring date-time required

The timestamp when the job was created.

updated_atstring date-time

The timestamp when the job was last updated.

completed_atstring date-time

The timestamp when the job was completed.

errorstring

The error message if the job failed.