Skip to main content
POST
Export analytics data

Authorizations

Authorization
string
header
required

API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....

Body

application/json
productId
string
required

Product ID (required)

Example:

"prod_123"

versionIds
string[]

Filter by version IDs

testIds
string[]

Filter by test IDs

Example:
metricIds
string[]

Filter by metric IDs

Example:
languages
string[]

Filter by language codes

from
string<date-time>

Start date for filtering

to
string<date-time>

End date for filtering

isProduction
boolean

When set, exports only production (true) or only development (false) data. Omit to include both.

Response

Analytics data exported successfully

Exported analytics data