Get all holdouts

GET
/api/v2/projects/:projectKey/environments/:environmentKey/holdouts

Path parameters

projectKeystringRequired

The project key

environmentKeystringRequired

The environment key

Query parameters

limitlongOptional

The number of holdouts to return in the response. Defaults to 20

offsetlongOptional

Where to start in the list. Use this with pagination. For example, an offset of 10 skips the first ten items and then returns the next items in the list, up to the query limit.

Response

All Holdouts response

itemslist of objectsOptional
total_countintegerOptional

The total number of holdouts in this project and environment.

Errors

Built with