Explorer API Reference
We recommend to run your queries asynchronously as it guarantees an outcome
Last updated
Was this helpful?
We recommend to run your queries asynchronously as it guarantees an outcome
Last updated
Was this helpful?
The Explorer API allows you to
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
created
Query has been created.
queued
Query has been queued for execution.
running
Query is currently executing.
success
Query has successfully executed.
failed
Query execution failed.
canceled
Query was canceled, likely due to user action.
The query run result will have the following fields:
sql
The SQL query executed in the request
data
The results of the query encoded as a list of JSON objects
meta
Metadata about the results.
meta.columns
List of the data's column names and types.
queried_at
The timestamp at which the query was executed