GET
/
console
/
v1
/
reports
curl --request GET \
  --url https://statsigapi.net/console/v1/reports \
  --header 'STATSIG-API-KEY: <api-key>'
{
  "message": "Report URL generated successfully",
  "data": [
    {
      "url": "www.download_report_data_here.com"
    }
  ]
}

Authorizations

STATSIG-API-KEY
string
header
required

Headers

x-respect-review-settings
string

Optional header to respect review settings for mutation endpoints.

Query Parameters

type
enum<string>
required

report type

Available options:
first_exposures,
pulse_daily
Example:

"first_exposures"

date
string
required

date for the report

Example:

"2024-09-01"

Response

200
application/json
Get Reports
message
string
required

A simple string explaining the result of the operation.

data
object
required

A single result.