get_query_result
Execute a saved Redash query by its ID to retrieve data. Supports JSON or table output, custom row limits, and timeout settings.
Instructions
Execute a saved query by ID and return results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query_id | Yes | Saved query ID (from list_queries) | |
| max_rows | No | Max rows to return (1 to 10000, default 100) | |
| format | No | Output format: table (markdown) or json | table |
| timeout_secs | No | Query execution timeout in seconds (1 to 300, default 30) |