Request
GET https://api.clinikapi.com/v1/assessments
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Query parameters
Filter assessments to a specific patient (e.g.
pt_abc123).Filter by the practitioner who conducted the assessment (e.g.
prac_def456).Filter by the associated encounter (e.g.
enc_xyz789).Filter by status. One of:
in-progress, completed.Return assessments with an
effectiveDateTime on or after this value. Format: YYYY-MM-DD.Return assessments with an
effectiveDateTime on or before this value. Format: YYYY-MM-DD.Sort order. Prefix with
- for descending. Example: -date returns the most recent assessments first.Page number for paginated results. Defaults to
1.Number of results per page. Defaults to
20. Maximum 100.Response
Returns200 OK with an array of assessments and pagination metadata.
Array of assessment objects matching the query. Each item contains the same fields as the single-assessment read endpoint.
Total number of assessments matching the query across all pages.
Current page number.
Number of results per page.
Standard response metadata including
requestId, timestamp, status, and rate-limit fields.