List Patients in Cohort
Cohort
List Patients in Cohort
Returns a paginated list of all patients that are members of the specified cohort.
GET
List Patients in Cohort
For more information, see the guide about CohortsDocumentation Index
Fetch the complete documentation index at: https://docs.metriport.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Params
The ID of the cohort whose patients are to be returned.
Query Params
Optional pagination parameter to start from a specific
item.
Optional pagination parameter to end at a specific item.
Optional number of items per page (max 100).
Optional sort parameter (e.g., “id=asc,createdAt=desc”).
Response
Array of patients that are members of the cohort.
Pagination metadata for the response.

