← Tools Reference

Statsig

Statsig integration (Developer Tools, Data). Imported from open-connector.

API key7 toolshttps://statsigapi.net
GET
statsig_get_project
Retrieve the Statsig project information visible to the Console API key.

/console/v1/project

GET
statsig_list_gates
List Statsig feature gates with optional lifecycle, ownership, and paging filters.

/console/v1/gates

16 parameters
ParamTypeRequiredDescription
idTypesarrayoptionalFilter by Statsig ID types.
typestringoptionalThe Statsig gate lifecycle type to filter by.
typeReasonstringoptionalThe Statsig gate stale classification reason to filter by.
passRatesarrayoptionalFilter by sampled pass-rate buckets.
rolloutRatesarrayoptionalFilter by rollout-rate buckets.
includeArchivedbooleanoptionalWhether to include archived gates.
includeArchiveMetadatabooleanoptionalWhether to include archive metadata for archived gates.
store0100ExposuresbooleanoptionalFilter by whether Store 0/100 Exposures is enabled.
releasePipelineIDstringoptionalFilter by the associated Statsig release pipeline ID.
teamIDstringoptionalFilter by the Statsig team ID.
targetAppIDstringoptionalFilter by the Statsig target app ID.
creatorNamestringoptionalFilter by the creator name.
creatorIDstringoptionalFilter by the creator ID.
tagsarrayoptionalFilter by Statsig tags.
limitintegeroptionalThe maximum number of results to return per page.
pageintegeroptionalThe page number to return.
GET
statsig_get_gate
Read one Statsig feature gate by ID.

/console/v1/gates/{id}

2 parameters
ParamTypeRequiredDescription
idstringrequiredThe Statsig gate ID.
includeArchiveMetadatabooleanoptionalWhether to include archive metadata for an archived gate.
GET
statsig_list_dynamic_configs
List Statsig dynamic configs with optional lifecycle, ownership, and paging filters.

/console/v1/dynamic_configs

10 parameters
ParamTypeRequiredDescription
typestringoptionalThe Statsig lifecycle type to filter by.
typeReasonstringoptionalThe Statsig stale classification reason to filter by.
releasePipelineIDstringoptionalFilter by the associated Statsig release pipeline ID.
teamIDstringoptionalFilter by the Statsig team ID.
targetAppIDstringoptionalFilter by the Statsig target app ID.
creatorNamestringoptionalFilter by the creator name.
creatorIDstringoptionalFilter by the creator ID.
tagsarrayoptionalFilter by Statsig tags.
limitintegeroptionalThe maximum number of results to return per page.
pageintegeroptionalThe page number to return.
GET
statsig_get_dynamic_config
Read one Statsig dynamic config by ID.

/console/v1/dynamic_configs/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Statsig dynamic config ID.
GET
statsig_list_segments
List Statsig segments using page-based pagination.

/console/v1/segments

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of results to return per page.
pageintegeroptionalThe page number to return.
GET
statsig_get_segment
Read one Statsig segment by ID.

/console/v1/segments/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe Statsig segment ID.