List Teams
Reference for the GET /console/v1/users/teams endpoint of the Statsig API.
https://statsigapi.net/console/v1/users/teamsAuthorizations
STATSIG-API-KEYstringrequiredapiKey (header)
Query parameters
limitintegerResults per page
10stringnumberpageintegerPage number
1stringnumberResponse
application/jsonmessagestringrequiredA simple string explaining the result of the operation.
dataobject[]requiredShow child attributes
namestringrequiredThe name of the team.
descriptionstringDescription of the team.
idstringrequiredThe ID of the team.
defaultGateMetricsobject[]requiredDefault gate metrics for the team.
namestringrequiredThe name of the metric.
typestringrequiredThe type of the metric.
defaultExperimentPrimaryMetricsobject[]requiredDefault primary metrics for experiments in the team.
namestringrequiredThe name of the metric.
typestringrequiredThe type of the metric.
defaultExperimentSecondaryMetricsobject[]requiredDefault secondary metrics for experiments in the team.
namestringrequiredThe name of the metric.
typestringrequiredThe type of the metric.
defaultHoldoutMetricsobject[]requiredDefault holdout metrics for the team.
namestringrequiredThe name of the metric.
typestringrequiredThe type of the metric.
changeTeamConfigsstringrequiredWho can change team configurations: "anyone" or "team_only".
anyoneteam_onlyreviewApprovalstringrequiredWho can review and approve changes: "anyone", "team_only", or "admin_only".
anyoneteam_onlyadmin_onlydefaultTargetApplicationsstring[]requiredDefault target applications for the team.
defaultHoldoutIDstringDefault holdout ID for the team, if applicable.
nullablerequireReviewsbooleanWhether reviews are required for changes, if applicable.
nullablerequireGateTemplatesbooleanWhether gate templates are required for the team, if applicable.
nullablerequireExperimentTemplatesbooleanWhether experiment templates are required for the team, if applicable.
nullablerequireDynamicConfigTemplatesbooleanWhether dynamic config templates are required for the team, if applicable.
nullablepaginationobjectrequiredPagination metadata for checking if there is next page for example.
Show child attributes
itemsPerPagenumberrequiredformat: doublepageNumbernumberrequiredformat: doublenextPagestringrequirednullablepreviousPagestringrequirednullabletotalItemsnumberformat: doubleallstringstatusintegerrequired400messagestringrequiredstatusintegerrequired401messagestringrequiredWas this helpful?