execute_query
Execute a Redash query by ID, optionally passing parameters and controlling cache age, to retrieve query results.
Instructions
Execute a Redash query and return results
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxAge | No | Cache age in seconds. Use 0 to force a fresh execution. | |
| queryId | Yes | ID of the query to execute | |
| parameters | No | Parameters to pass to the query (if any) |