cURL
curl --request GET \ --url https://statsigapi.net/console/v1/holdouts/{id} \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "Holdout read successfully.", "data": { "id": "testing_holdout", "name": "testing holdout", "description": "helpful summary of what this holdout does", "idType": "userID", "lastModifierID": "4dcQUIpS8PHObBGD7HJwOx", "lastModifiedTime": 1719873874212, "lastModifierName": "CONSOLE API", "lastModifierEmail": null, "creatorID": "4dcQUIpS8PHObBGD7HJwOx", "createdTime": 1719873870785, "creatorName": "CONSOLE API", "creatorEmail": null, "targetApps": [], "tags": [], "team": "Console Team", "isEnabled": true, "isGlobal": false, "passPercentage": 0, "gateIDs": [], "experimentIDs": [], "layerIDs": [], "targetingGateID": null, "permalink": "https://console.statsig.com/company_id/holdouts/testing_holdout" } }
Documentation IndexFetch the complete documentation index at: https://statsig-4b2ff144-docs-go-big-id-lists.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://statsig-4b2ff144-docs-go-big-id-lists.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
id
Get holdout by id response
A simple string explaining the result of the operation.
A single result.
Show child attributes
Was this page helpful?