Jobs
Get Job
Retrieve details of a specific job by ID
GET
Overview
This endpoint returns the full details of a specific job, including its current status, parameters, and timestamps.Request
The unique job identifier
Response
Unique job identifier
Organization identifier
Job name
Pipeline type (
batch or training)Pipeline key
Pipeline version used
Current job status:
PENDING, ADMITTED, RUNNING, COMPLETED, FAILED, PREEMPTED, or CANCELLEDJob parameters
Number of times the job has been retried
Number of times the job has been preempted
Current position in queue (null if not queued)
Total queue depth (null if not queued)
Per-status counts of tracked (non-
reference) inputs, with integer fields pending, processing, completed, failed. Populated on read paths so list views can render progress badges without N+1 fetches; null on write-path responses (create, retry, cancel).Creation timestamp
Last update timestamp
Start timestamp (null if not yet started)
Completion timestamp (null if not completed)
Failure timestamp (null if not failed)
Cancellation timestamp (null if not cancelled)
Error details (null if no error)