Get IDs in a Segment

This endpoint is rate limited to 100

gethttps://statsigapi.net/console/v1/segments/{id}/id_list

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Path parameters

idstringrequired

Query parameters

limitinteger

Results per page

pageinteger

Page number

Response

application/json
200· IDs read successfully
messagestringrequired

A simple string explaining the result of the operation.

dataobjectrequired

Schema for a list of IDs with a name and count

Show child attributes
namestringrequired

The name associated with the list of IDs

countnumberrequired

The count of IDs in the list

idsstring[]required

The array of IDs

paginationobjectrequired

Pagination metadata for checking if there is next page for example.

Was this helpful?