Get case status
Retrieve the ingestion status of a single case by the caseId you
submitted. Resolved within your organization (the caseId need only be
unique to you). Cases are retained for at least 24 hours after creation.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Headers
Optional date-based API version (e.g. 2026-07-13). When omitted, the
version pinned to your client at onboarding is used.
Response
The case identifier — the value you submitted, and the case’s canonical id. Reconciles to the underlying surgery; no separate surgery id is exposed.
Per-case lifecycle state. created (accepted/queued), processing
(being reconciled), completed (successfully ingested), failed
(errored — see error).
Public projection of the Orchestra Facility model.
The resolved patient record. Present once status is completed.
Present only when status is failed. RFC 9457 problem shape.