cursor parameter.
Request
GET https://api.clinikapi.com/v1/intakes
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Query parameters
Filter intakes to a specific patient (e.g.
pt_abc123).Filter by intake status. One of:
in-progress, completed, amended, stopped.Return only intakes authored on or after this date (
YYYY-MM-DD).Return only intakes authored on or before this date (
YYYY-MM-DD).Sort order. Use
-date (default) for newest first or date for oldest first.Number of results per page. Maximum:
100. Defaults to 20.Opaque pagination cursor from the previous response. Omit to start from the beginning.
Response
Returns200 OK with a paginated list of intake resources.
Array of intake objects matching the search filters.
Intake ID.
Patient reference.
Intake status.
ISO 8601 timestamp of when the intake was authored.
Standard response metadata including
requestId, timestamp, status, and rate-limit fields.Cursor for the next page. Absent when there are no more results.