Statsig integration (Developer Tools, Data). Imported from open-connector.
https://statsigapi.net/console/v1/project
/console/v1/gates
| Param | Type | Required | Description |
|---|---|---|---|
| idTypes | array | optional | Filter by Statsig ID types. |
| type | string | optional | The Statsig gate lifecycle type to filter by. |
| typeReason | string | optional | The Statsig gate stale classification reason to filter by. |
| passRates | array | optional | Filter by sampled pass-rate buckets. |
| rolloutRates | array | optional | Filter by rollout-rate buckets. |
| includeArchived | boolean | optional | Whether to include archived gates. |
| includeArchiveMetadata | boolean | optional | Whether to include archive metadata for archived gates. |
| store0100Exposures | boolean | optional | Filter by whether Store 0/100 Exposures is enabled. |
| releasePipelineID | string | optional | Filter by the associated Statsig release pipeline ID. |
| teamID | string | optional | Filter by the Statsig team ID. |
| targetAppID | string | optional | Filter by the Statsig target app ID. |
| creatorName | string | optional | Filter by the creator name. |
| creatorID | string | optional | Filter by the creator ID. |
| tags | array | optional | Filter by Statsig tags. |
| limit | integer | optional | The maximum number of results to return per page. |
| page | integer | optional | The page number to return. |
/console/v1/gates/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Statsig gate ID. |
| includeArchiveMetadata | boolean | optional | Whether to include archive metadata for an archived gate. |
/console/v1/dynamic_configs
| Param | Type | Required | Description |
|---|---|---|---|
| type | string | optional | The Statsig lifecycle type to filter by. |
| typeReason | string | optional | The Statsig stale classification reason to filter by. |
| releasePipelineID | string | optional | Filter by the associated Statsig release pipeline ID. |
| teamID | string | optional | Filter by the Statsig team ID. |
| targetAppID | string | optional | Filter by the Statsig target app ID. |
| creatorName | string | optional | Filter by the creator name. |
| creatorID | string | optional | Filter by the creator ID. |
| tags | array | optional | Filter by Statsig tags. |
| limit | integer | optional | The maximum number of results to return per page. |
| page | integer | optional | The page number to return. |
/console/v1/dynamic_configs/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Statsig dynamic config ID. |
/console/v1/segments
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of results to return per page. |
| page | integer | optional | The page number to return. |
/console/v1/segments/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The Statsig segment ID. |