List Gate Reviews
Reference for the GET /console/v1/gates/{id}/reviews endpoint of the Statsig API.
get
https://statsigapi.net/console/v1/gates/{id}/reviewsAuthorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Path parameters
idstringrequiredQuery parameters
limitintegerResults per page
Example:
10Constraints:
stringnumberpageintegerPage number
Example:
1Constraints:
stringnumberResponse
application/json200· A page of the gate reviews, newest first.
messagestringrequiredA simple string explaining the result of the operation.
dataobject[]requiredShow child attributes
review_idstringrequiredUnique ID of the review.
statusstringrequiredLifecycle status of the review.
Allowed values:
pendingacceptedrejectedcommittedchanges_requestedpending_webhook_validationfailed_webhook_validationapproved_webhook_validationtypestringrequiredKind of change the review proposes.
Allowed values:
rulestoggle_enabledarchivedeleteresaltdisable_reviews_locallyupdate_teamupdate_release_pipelineedit_id_typeupdate_allow_self_approvalupdate_target_applicationsupdate_ownersallowed_reviewersauthorobjectrequiredThe user who created the review.
idstringrequiredemailstringrequiredConstraints:
nullablereviewersobject[]requiredRequested reviewers (users and groups).
idstringrequiredkindstringrequiredAllowed values:
usergroupdescriptionstringrequiredHuman-readable description of the proposed change.
created_atstringrequiredISO-8601 timestamp of when the review was created.
paginationobjectrequiredPagination metadata for checking if there is next page for example.
Show child attributes
itemsPerPagenumberrequiredConstraints:
format: doublepageNumbernumberrequiredConstraints:
format: doublenextPagestringrequiredConstraints:
nullablepreviousPagestringrequiredConstraints:
nullabletotalItemsnumberConstraints:
format: doubleallstringWas this helpful?