v2
latestOpenAPI 3.0.02026-08-073221853.1 MBHoldouts
Get holdout by id
get/console/v1/holdouts/{id}
Path parameters
idstring required
id
Response
Get holdout by id response
Example response
{
"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"
}
}