athena_get_results
Fetch the next 1000-row page of results from a successful Athena execution. Provide the execution ID and an optional next token to continue paginating through query output.
Instructions
Fetch the next 1000-row page of results from a SUCCEEDED execution.
Args: execution_id: The Athena execution id. next_token: Optional page token returned by a previous call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| next_token | No | ||
| execution_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |