Downloads the report data. Choose csv, json, or xlsx depending on what you need.
If the report has no required filters, pass parameters: []. If it does, include a QueryFilterParameter entry for each required filter.
This is a
POSTrequest — filters go in the request body, not the URL.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
400Bad Request — the JSON body is malformed or a required filter parameter is missing from the parameters array.
401Unauthorized — x-api-key header is missing or invalid.
403Forbidden — your API key doesn't have access to this Card.
404Card not found.
500Query failed — the Card's SQL threw a database error. This often means a required template tag parameter was not passed or was set to an invalid value. Check parameters[] on the Card and ensure all entries with required: true are included.

