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

Path Params

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

Query Params

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

Response

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