v1

latestOpenAPI 3.1.0raw.githubusercontent.com2026-01-138320.8 KB
Jobs

Get job details

Retrieves the details and status of a job.

Scope: jobs:read
get/jobs/{projectId}

Path parameters

projectIdstring required

Unique identifier of the project.

Example:cmk4s

Query parameters

jobIdstring required

Unique identifier of the job.

Example:aeb76972-ebf7-47ee-89a3-57ae5b8bf0f0

Response

Job details

idstring required

Unique identifier of the job.

status'pending' | 'running' | 'completed' | 'failed' required

Current job status.

progressnumber required

Progress percentage from 0 to 100.

startedAtstring date-time required

Timestamp when the job started.

errorstring nullable required

Error message if the job failed.

Example response

{
  "id": "aeb76972-ebf7-47ee-89a3-57ae5b8bf0f0",
  "status": "pending",
  "startedAt": "2026-01-01T00:00:00Z"
}