cURL
curl --request GET \ --url https://statsigapi.net/console/v1/segments/{id}/id_list \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "Segments listed successfully.", "data": { "name": "small_id_list", "count": 3, "ids": [ "1, 2, 3" ] } }
This endpoint is rate limited to 100
Optional header to respect review settings for mutation endpoints.
Results per page
10
Page number
1
IDs read successfully
A simple string explaining the result of the operation.
Pagination metadata for checking if there is next page for example.
Show child attributes
Was this page helpful?