List cohorts
List all cohorts belonging to a deployment with pagination, sorting, and search.
Path parameters
org_id
workspace_id
deployment_id
Query parameters
offset
Number of records to skip
limit
Number of records to return (max 100)
sort_by
Field to sort by
sort_order
Sort order (asc or desc)
search
Search query string
Response
Successful Response
items
List of cohorts on this page
total
Total number of cohorts matching the query
limit
Maximum number of items per page
offset
Number of items skipped
next_page_uri
URI to fetch the next page, or null if this is the last page
prev_page_uri
URI to fetch the previous page, or null if this is the first page
Errors
422
Unprocessable Entity Error