Skip to main content
GET
List Patients in Cohort
For more information, see the guide about Cohorts

Path Params

id
string
required
The ID of the cohort whose patients are to be returned.

Query Params

fromItem
string
Optional pagination parameter to start from a specific item.
toItem
string
Optional pagination parameter to end at a specific item.
count
number
Optional number of items per page (max 100).
sort
string
Optional sort parameter (e.g., “id=asc,createdAt=desc”).

Response

patients
Patient[]
required
Array of patients that are members of the cohort.
meta
ResponseMeta
required
Pagination metadata for the response.