Create query export

Create a query export. This starts a query execution. The query will be executed asynchronously. You can check the status of the query using the GET /api/analytics/query/export/{uuid} endpoint.

Body Params

Query payload

string
required

SQL query to execute

settings
object | null
parameters
array of objects | null
parameters
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

402

Resource can not be accessed because you exceeded the credit limit.

403

Unable to authorize the client

404

Resource was not found or not enough access privileges

415

Resource representation send in the request is not supported.

429

Too many API calls made.

Language
Credentials
Bearer
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/html