The Explorer API provides an API-friendly way to run queries programmatically and retrieve data from the Allium App in bulk. Execute saved queries on demand, schedule automated data pulls, and retrieve results in a structured format—all via REST endpoints.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.
Creating Queries
You have two options for creating queries:- Via the Allium App - Create and save queries through the UI (Learn more)
- Via the API - Create queries programmatically using the Create Query endpoint
Available Endpoints
Query Management
Create Query
Create a new saved query programmatically
Update Query
Modify an existing saved query
Execute Query
Create a new query run for a saved query
Query Run Management
Get Latest Run
Retrieve the latest query run information
Check Run Status
Retrieve the status of a query run
Get Results
Retrieve the results of a query run
Cancel Run
Cancel a running query