Request
GET https://api.clinikapi.com/v1/assessments/:id
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Path parameters
The ID of the assessment to retrieve (e.g.
assess_abc123).Response
Returns200 OK with the assessment wrapped in the standard envelope.
Assessment ID.
ID of the patient this assessment belongs to.
ID of the practitioner who conducted the assessment.
ID of the encounter this assessment is associated with.
Assessment status:
in-progress or completed.Short description of the assessment context.
Narrative clinical summary.
Array of finding objects, each with optional
code and text.Additional clinician notes, if provided.
ISO 8601 timestamp of when the assessment was conducted.
Standard response metadata including
requestId, timestamp, status, and rate-limit fields.