Request
GET https://api.clinikapi.com/v1/documents/:id
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Path parameters
The ID of the document to retrieve (e.g.
doc_abc123).Response
Returns200 OK with the document wrapped in the standard envelope.
Document ID.
ID of the patient this document belongs to.
ID of the practitioner who authored the document.
ID of the associated encounter, if set.
Document status:
preliminary, final, or amended.Document type (e.g.
discharge-summary, referral-letter).Document title.
Ordered array of section objects, each containing
title, code, text, and optionally resourceIds.Confidentiality level:
N, R, or V.Document date in
YYYY-MM-DD format.Standard response metadata including
requestId, timestamp, status, and rate-limit fields.