---
title: "Read Exposure Event Count"
method: GET
path: "/console/v1/exposure_count"
tags: ["Configs"]
---

# Read Exposure Event Count

`GET /console/v1/exposure_count`

Get the count of exposure events recently received by Statsig.

## Query parameters

- `experiments` union
  - string
  - string[]
- `gates` union
  - string
  - string[]
- `dynamicConfigs` union
  - string
  - string[]

## Response `200`

Get Experiment Success

- object
  - `message` string, required — A simple string explaining the result of the operation.
  - `data` object, required — A single result.
    - `gates` object[], required — ids of gates to query (max 25)
      - `id` string, required
      - `pastDay` number, required
      - `past7Days` number, required
    - `experiments` object[], required — ids of experiments to query (max 25)
      - `id` string, required
      - `pastDay` number, required
      - `past7Days` number, required
    - `dynamicConfigs` object[], required — ids of dynamic configs to query (max 25)
      - `id` string, required
      - `pastDay` number, required
      - `past7Days` number, required

## Other responses

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

---

[API](https://skmtc.net/statsig/apis/console-api.md) · [All operations](https://skmtc.net/statsig/apis/console-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/statsig/console-api/revisions/3189f450c93b/schema)
