Retrieve the results of a completed query run. Ensure the query status isDocumentation Index
Fetch the complete documentation index at: https://docs.allium.so/llms.txt
Use this file to discover all available pages before exploring further.
success before calling this endpoint by checking the status first.
| Field | Description |
|---|---|
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 |