List Cohorts
Cohorts
List Cohorts
List all cohorts belonging to a campaign with pagination, sorting, and search.
GET
List Cohorts
Returns a paginated list of cohorts belonging to a campaign.
Use this endpoint to monitor which cohorts have been uploaded and track their processing status.
Authorizations
Query Parameters
Number of records to skip
Required range:
x >= 0Number of records to return (max 100)
Required range:
1 <= x <= 100Field to sort by
Sort order (asc or desc)
Search query string
Response
Successful Response
Paginated list of cohorts.
List of cohorts on this page
Total number of cohorts matching the query
Example:
1
Maximum number of items per page
Example:
10
Number of items skipped
Example:
0
URI to fetch the next page, or null if this is the last page
Example:
null
URI to fetch the previous page, or null if this is the first page
Example:
null