Request
GET https://api.clinikapi.com/v1/intakes/:id
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Path parameters
The intake ID to retrieve (e.g.
intake_abc123).Response
Returns200 OK with the intake resource wrapped in the standard envelope.
The intake ID.
Patient reference.
Encounter reference, if recorded.
URI of the Questionnaire definition, if provided.
Current intake status:
in-progress, completed, amended, or stopped.ISO 8601 timestamp of when the answers were gathered.
Structured question-answer pairs, including any nested sub-items.
Standard response metadata including
requestId, timestamp, status, and rate-limit fields.