Download Excel
Download Excel
Queue an async Excel export of custom KPI values
POST
Download Excel
Download Excel
Queue an asynchronous Excel export of custom KPI values for a dataset. The export is processed in the background and you receive an email with the download link when ready.Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
string
required
UUID of the dataset to export
Body Parameters
string[]
default:"[]"
KPI UUIDs to include in the export (max 100). Empty array exports all KPIs.
string[]
default:"[]"
Campaign UUIDs to include (max 100). Empty array exports all campaigns.
string
default:"es"
Export language:
es (Spanish) or en (English)Response (202 Accepted)
string
Confirmation message
boolean
Always
true — the export is processing asynchronouslystring
UUID of the processing job for tracking progress
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: The dataset does not exist or belongs to another organizationRelated Endpoints
List Dataset Values
View values in the browser
Get Dataset
View dataset details