Get processing job detail
Endpoints
Get job
Retrieve processing status for a single pipeline job.
GET
Get processing job detail
Returns public lifecycle details for one processing job linked to a submission. Job
type and status values use stable lowercase slugs (for example pipeline.run_inference, succeeded).
Use GET /v1/submissions/{submissionId} when you want the full job list for a submission. Use this endpoint when you already have a jobId from the POST /v1/submissions acceptance response.
Example request
Example response (excerpt)
Authorizations
Plaintext API key issued for the tenant (stored hashed server-side).
Headers
Optional; echoed when possible. Server generates when absent.
Path Parameters
Response
Job scoped to tenant; partner scoping follows linked submission metadata when present
Stable public id for a pipeline step (not ProcessingJobType).
Available options:
pipeline.ingest_validate, pipeline.deidentify, pipeline.map_to_fhir, pipeline.fhir_store_upsert, pipeline.run_inference, pipeline.write_artifacts, pipeline.dispatch_webhooks Minimum string length:
1Stable public id for job lifecycle (not ProcessingJobStatus).
Available options:
pending, queued, running, succeeded, failed, cancelled, dead_letter Minimum string length:
1Required range:
x >= 0Required range:
x >= 0Opaque JSON when present (Zod unknown)