cURL
curl --request GET \ --url https://statsigapi.net/console/v1/gates/{id}/gate_references \ --header 'STATSIG-API-KEY: <api-key>'
{ "message": "Gates listed successfully.", "data": [ { "id": "a_gate", "name": "A Gate", "description": "description", "idType": "userID", "lastModifierID": "4R5PV7mvYdW6NLCwK8ocoz", "lastModifiedTime": 1705439406750, "lastModifierName": "CONSOLE API", "lastModifierEmail": null, "creatorID": "4R5PV7mvYdW6NLCwK8ocoz", "createdTime": 1705439406615, "creatorName": "CONSOLE API", "creatorEmail": null, "targetApps": [], "holdoutIDs": [], "tags": [], "isEnabled": true, "status": "In Progress", "rules": [], "checksPerHour": 0, "type": "PERMANENT", "typeReason": "NONE", "team": null, "reviewSettings": { "requiredReview": false, "allowedReviewers": [] }, "measureMetricLifts": true, "store0100Exposures": false, "owner": { "ownerID": "user123", "ownerName": "CONSOLE API", "ownerType": "SDK_KEY", "ownerEmail": "" }, "monitoringMetrics": [], "version": 1, "permalink": "https://console.statsig.com/company_id/gates/a_gate" } ], "pagination": { "all": "", "itemsPerPage": 100, "nextPage": null, "pageNumber": 1, "previousPage": null, "totalItems": 1 } }
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
0 <= x <= 100
Page number
1
List entities that reference this gate
A simple string explaining the result of the operation.
Array of results returned by pagination limit.
Show child attributes
Pagination metadata for checking if there is next page for example.
Was this page helpful?