---
title: "Get Reports"
method: GET
path: "/console/v1/reports"
tags: ["Reports"]
---

# Get Reports

`GET /console/v1/reports`

## Query parameters

- `type` 'first_exposures' | 'pulse_daily' | 'topline_impact_daily', required
- `date` string, required

## Response `200`

Get Reports

- object
  - `message` string, required — A simple string explaining the result of the operation.
  - `data` object, required — A single result.
    - `url` string, required — URL to the report

## Other responses

- `400` — Data is not available
- `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)
