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
Example response
{
"id": "aeb76972-ebf7-47ee-89a3-57ae5b8bf0f0",
"status": "pending",
"startedAt": "2026-01-01T00:00:00Z"
}