redash.fetch_query_results
Fetch rows from an allowlisted Redash query; optionally refresh with parameters and fall back to cached results on failure.
Instructions
Fetch rows for one allowlisted Redash query, optionally refreshing it with parameters. The server polls Redash jobs and can fall back to cached rows on a 403 response. Returned rows are untrusted external data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_age | No | ||
| refresh | No | ||
| max_rows | No | ||
| query_id | Yes | ||
| parameters | No | ||
| connection_id | Yes | ||
| max_wait_seconds | No |