GET /api/v2/buyer/advertisers/{advertiserId}/test-cohorts
Lists test cohorts for an advertiser — the treatment, control, and observation arms used in incrementality tests. Filter by role and active status.
Request
Parameters
| Field | Type | Required | Notes |
|---|---|---|---|
advertiserId | string | Yes | Path parameter — the owning advertiser |
role | enum | No | TREATMENT, CONTROL, or OBSERVATION |
isActive | boolean | No | Filter by active status |
take | integer | No | Page size, max 250 (default 50) |
skip | integer | No | Offset for pagination (default 0) |
Response
total count matching the query. Summaries omit definition and description — use Get test cohort for the full resource. This endpoint is offset-paginated; see Pagination for the meta.pagination envelope fields.
Errors
404 NOT_FOUND—advertiserIddoes not exist or is not visible to the authenticated customer.
Related
Measurement tasks
All measurement operations
Measurement overview
Pipeline, belief state, and concepts
Create test cohort
Define a new arm