Request
GET https://api.clinikapi.com/v1/observations
Headers
Your ClinikAPI secret key (
clk_live_* or clk_test_*).Query Parameters
Filter observations by patient ID.
Filter by status (e.g.
final, preliminary).Return observations on or after this date (
YYYY-MM-DD).Return observations on or before this date (
YYYY-MM-DD).Sort field. Prefix with
- for descending order (e.g. -effectiveDateTime).Results per page. Default:
20. Maximum: 100.Pagination cursor from the previous response.
Response
Returns200 OK with a paginated list of observations.
Array of observation objects.
Total matching observations.
Cursor for the next page.
true if more pages exist.Standard response metadata.