get_execution_results
Retrieve query results from Dune Analytics blockchain data. Use execution ID to access completed query data with pagination support for analysis.
Instructions
Retrieve the results of a completed query execution.
Args: execution_id: The execution ID from a completed query. limit: Maximum number of rows to return (default 100, max per page). offset: Row offset for pagination (default 0).
Returns: Query results including rows, column metadata, and pagination info.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution_id | Yes | ||
| limit | No | ||
| offset | No |