patientId, authorId, and encounterId.
Request
GET https://api.clinikapi.com/v1/notes/:id
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Path parameters
The ID of the note to retrieve (e.g.
note_abc123).Response
Returns200 OK with the note wrapped in the standard envelope.
Note ID.
ID of the patient this note belongs to.
ID of the practitioner who authored the note.
ID of the encounter associated with this note.
Note type (e.g.
progress-note, discharge-summary).Note title.
Full note body content.
MIME type of the content (e.g.
text/plain, text/markdown).Document status:
preliminary, final, or amended.Category tag, if set.
Clinically relevant date in
YYYY-MM-DD format.Standard response metadata including
requestId, timestamp, status, and rate-limit fields.