v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Configs

Read Exposure Event Count

Get the count of exposure events recently received by Statsig.

get/console/v1/exposure_count

Query parameters

string
OR
string[]
string
OR
string[]
string
OR
string[]

Response

Get Experiment Success

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Exposure count fetched successfully.",
  "data": {
    "gates": [
      {
        "id": "a_gate",
        "pastDay": 0,
        "past7Days": 98
      }
    ],
    "experiments": [
      {
        "id": "my_experiment",
        "pastDay": 102,
        "past7Days": 558
      },
      {
        "id": "another_experiment",
        "pastDay": 5904,
        "past7Days": 2078
      }
    ],
    "dynamicConfigs": [
      {
        "id": "dc_limit",
        "pastDay": 240830,
        "past7Days": 1329945
      }
    ]
  }
}