For AI agents: a documentation index is available at /llms.txt. Append .md to any page URL for markdown, or send Accept: text/markdown.

Get Eligible Reviewers

Get Eligible Reviewers

gethttps://statsigapi.net/console/v1/gates/{id}/eligible_reviewers

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Path parameters

idstringrequired

id

Response

application/json
200· Users and groups eligible to review changes to this gate. everyone_eligible is true when no specific reviewers are configured. users is the flattened, deduped union of individual reviewers and all group members; groups lists each eligible group with its member user_ids. Project admins can always review and are not enumerated.
messagestringrequired

A simple string explaining the result of the operation.

dataobjectrequired
Show child attributes
everyone_eligiblebooleanrequired
usersobject[]required
idstringrequired
emailstringrequired
namestringrequired
groupsobject[]required
idstringrequired
namestringrequired
user_idsstring[]required
404· Not Found. The requested resource could not be found.
statusintegerrequired
Allowed values:404
messagestringrequired

Was this helpful?