List Teams

gethttps://statsigapi.net/console/v1/users/teams

Authorizations

STATSIG-API-KEYstringrequired

apiKey (header)

Query parameters

limitinteger

Results per page

pageinteger

Page number

Response

application/json
200· Get teams response
messagestringrequired

A simple string explaining the result of the operation.

dataobject[]required
Show child attributes
name[]stringrequired

The name of the team.

description[]string

Description of the team.

id[]stringrequired

The ID of the team.

defaultGateMetrics[]object[]required

Default gate metrics for the team.

name[]stringrequired

The name of the metric.

type[]stringrequired

The type of the metric.

defaultExperimentPrimaryMetrics[]object[]required

Default primary metrics for experiments in the team.

name[]stringrequired

The name of the metric.

type[]stringrequired

The type of the metric.

defaultExperimentSecondaryMetrics[]object[]required

Default secondary metrics for experiments in the team.

name[]stringrequired

The name of the metric.

type[]stringrequired

The type of the metric.

defaultHoldoutMetrics[]object[]required

Default holdout metrics for the team.

name[]stringrequired

The name of the metric.

type[]stringrequired

The type of the metric.

changeTeamConfigs[]stringrequired

Who can change team configurations: "anyone" or "team_only".

reviewApproval[]stringrequired

Who can review and approve changes: "anyone", "team_only", or "admin_only".

defaultTargetApplications[]string[]required

Default target applications for the team.

defaultHoldoutID[]string

Default holdout ID for the team, if applicable.

requireReviews[]boolean

Whether reviews are required for changes, if applicable.

requireGateTemplates[]boolean

Whether gate templates are required for the team, if applicable.

requireExperimentTemplates[]boolean

Whether experiment templates are required for the team, if applicable.

requireDynamicConfigTemplates[]boolean

Whether dynamic config templates are required for the team, if applicable.

paginationobjectrequired

Pagination metadata for checking if there is next page for example.

400· Invalid request. Please check the request input and try again.
statusintegerrequired
messagestringrequired
401· This endpoint only accepts an active CONSOLE key, but an invalid key was sent. Key: console-xxxXXXxxxXXXxxx
statusintegerrequired
messagestringrequired

Was this helpful?