get_query_results
Retrieve the output of a completed Athena query by providing its execution ID. Supports pagination and result limits for efficient data retrieval.
Instructions
Get results from a completed query
Args: query_execution_id: Query execution ID max_results: Maximum number of results to return next_token: Token for pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next_token | No | ||
| max_results | No | ||
| query_execution_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |