Execute Query Async
Explorer API
Run query
POST
Execute Query Async
Trigger execution of a saved Explorer query. You will need to create a query through the Allium App before calling this endpoint.Documentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
Key Parameters
- Parameterized queries - Use the
parametersfield 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