List Gates
https://statsigapi.net/console/v1/gatesAuthorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Query parameters
idTypestringFilter by idType
typestringFilter by type
typeReasonstringFilter by typeReason
passRatestringFilter by pass rate of the gates, as determined by a sampling of overall true/false values returned: 0, 100, or INBETWEEN (pass rate greater than zero but less than 100)
rolloutRatestringFilter by rollout rate of the gates: 0 (all rules are set to pass 0%), 100 (all rules pass 100% including an "everyone" catch all rule), or INBETWEEN (at least one rule has a pass rate greater than 0 but less than 100)
releasePipelineIDstringFilter by release pipeline ID
teamIDstringFilter by team ID
targetAppIDstringFilter by target app ID
includeArchivedstringInclude archived gates in the response
includeArchiveMetadatastringWhen "true", populate archivedAt / archivedBy* / archiveReason on archived gates. When omitted or "false", those fields are absent from the response.
store0100ExposuresstringFilter gates by whether "Store 0/100 Exposures" is enabled.
creatorNamestringName of the creator.
creatorIDstringID of the user who created the entity.
tagsstringFilter by tags
limitintegerResults per page
pageintegerPage number
Response
application/jsonmessagestringrequiredA simple string explaining the result of the operation.
dataobject[]requiredShow child attributes
id[]stringrequiredID
name[]stringThe gate display name
idType[]stringdescription[]stringrequiredlastModifierID[]stringrequiredID of the last modifier.
lastModifiedTime[]numberrequiredTime of the last modification.
lastModifierEmail[]stringrequiredEmail of the last modifier.
lastModifierName[]stringrequiredName of the last modifier.
creatorID[]stringcreatedTime[]numberrequiredTimestamp when the entity was created.
creatorName[]stringrequiredName of the creator.
creatorEmail[]stringtags[]string[]targetApps[]oneOfholdoutIDs[]string[]Holdouts applied to this configuration.
team[]stringteamID[]stringversion[]numberVersion number
checksPerHour[]numberrequiredstatus[]stringrequiredtype[]stringrequiredtypeReason[]stringrequiredowner[]objectSchema for owner data including ID, type, name. Note that if Entity is created by CONSOLE API, owner will be undefined.
Show child attributes
ownerIDstringID of the owner
ownerTypestringType of the owner (e.g., SDK_KEY or USER)
ownerNamestringThe name of the owner. This field is optional.
ownerEmailstringThe email of the owner. This field is optional.
isTemplate[]booleanstore0100Exposures[]booleanWhether this gate stores 0/100 exposures for monitoring/analysis.
permalink[]stringrequiredA permalink to this gate in the Statsig Console.
archivedAt[]numberTimestamp (ms) of the most recent archive event when the gate is currently archived; null otherwise. May be null for gates archived before audit logging existed.
archivedByID[]stringID of the user who archived this gate, when known and the gate is currently archived; null otherwise (e.g. automated archives have no user).
archivedByName[]stringName of the user who archived this gate, when known and the gate is currently archived; null otherwise.
archivedByEmail[]stringEmail of the user who archived this gate, when known and the gate is currently archived; null otherwise.
archiveReason[]stringFree-text reason supplied when the gate was most recently archived; null when the gate is not currently archived or no reason was given.
isEnabled[]booleanrequiredrules[]object[]requiredShow child attributes
name[]stringrequiredThe name of this rule.
passPercentage[]numberrequiredOf the users that meet the conditions of this rule, what percent should return true.
conditions[]object[]requiredAn array of Condition objects.
Show child attributes
targetValue[]oneOfoperator[]stringfield[]stringcustomID[]stringtype[]stringrequiredenvironments[]string[]The environments this rule is enabled for.
id[]stringThe Statsig ID of this rule.
baseID[]stringThe base ID of this rule, i.e. without any added metadata. Will remain the exact same throughout
returnValue[]objectThe return value of the rule.
completedAutomatedRollouts[]object[]Read-only: Automated rollout phases that have already completed.
Show child attributes
time[]numberpassPercent[]numberrequiredpendingAutomatedRollouts[]object[]Read-only: Automated rollout phases that are scheduled but not yet complete.
Show child attributes
time[]numberpassPercent[]numberrequiredmeasureMetricLifts[]booleanmonitoringMetrics[]object[]Show child attributes
name[]stringrequiredtype[]stringrequiredreviewSettings[]objectShow child attributes
requiredReviewbooleanrequiredallowedReviewersobject[]Show child attributes
id[]stringrequiredname[]stringrequiredemail[]stringrequiredreleasePipelineID[]stringactiveReview[]objectShow child attributes
reviewIDstringrequiredreviewStatusstringrequireddescriptionstringrequiredpaginationobjectrequiredPagination metadata for checking if there is next page for example.
statusnumberrequiredmessagestringrequiredWas this helpful?