include=Observation to embed the linked observation resources directly in the response, avoiding a separate round-trip to look up individual results.
Request
GET https://api.clinikapi.com/v1/labs/:id
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Path parameters
The lab report ID to retrieve (e.g.
lab_abc123).Query parameters
Resource types to include inline. Pass
Observation to embed linked observation results in the response.Response
Returns200 OK with the lab report resource wrapped in the standard envelope.
The lab report ID.
Report status:
registered, partial, preliminary, final, amended, corrected, appended, or cancelled.LOINC code identifying the report type.
Patient reference.
Report category:
LAB, RAD, or PAT.Clinically relevant timestamp, if recorded.
IDs of linked observation resources.
Clinical conclusion text, if recorded.
Coded SNOMED findings, if recorded.
Attached documents, if recorded.
Embedded Observation resources, present when
include=Observation is specified.Standard response metadata including
requestId, timestamp, status, and rate-limit fields.