Experiments (V2)
List experiment members
List all members of an experiment from ClickHouse with offset-based pagination. Includes both weighted and divergence-stored assignments. Supports filtering by group, status, and source, and sorting by distinct ID or assignment date.
get/application/{applicationId}/v2/experiments/{experimentId}/members
Path parameters
applicationIdinteger required
experimentIdinteger required
Query parameters
pageNumberinteger
pageSizeinteger
searchstring
sortOrder'asc' | 'desc'
sortBy'distinctId' | 'assignedAt'
groupIdinteger
status'active' | 'unenrolled'
source'automatic' | 'manual'
Headers
environment_idnumber required
Gamebeast environment ID
Response
Default Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.