Key Parameters
- Parameterized queries - Use the
parameters
field to specify parameter values when running a parameterized query - Row limit - Optionally specify a maximum number of rows to return
- Compute profile - Optionally specify a compute profile to run the query on
Data Export Limit
Maximum Rows: 250,000We currently allow up to 250,000 rows of data to be exported through the API for a single query. This limit can be increased on request and helps prevent mishaps when users forget to add
LIMIT
clauses to their queries.Next Steps
After creating a new query run:- Poll for its status to check if the query has completed
- Retrieve the results when execution is finished
Authorizations
Path Parameters
Body
application/json
Response
Successful Response