Create a new asynchronous query run
POST
Execute Query Async
Request fields
Field name | Description |
---|---|
parameters | Key-value map of parameter names and their respective values. |
run_config | Query run configuration to use when creating the query run. |
run_config.limit | The query row limit to use for this query run. We currently allow up to 250,000 rows of data (that can be increased on request) to be exported through the API for a single query, this limit is put in to prevent mishaps from happening when users forget to put LIMIT at the end of their queries |
Example
Authorizations
Path Parameters
Response
200
application/json
Successful Response
The response is of type any
.