get_execution_status
Check the status of a Dune Analytics query execution to monitor progress and determine completion. Poll for updates using the execution ID from execute_sql or execute_query.
Instructions
Check the status of a query execution.
Use this to poll for completion after executing a query.
Args: execution_id: The execution ID returned from execute_sql or execute_query.
Returns: Execution status including state (QUERY_STATE_EXECUTING, QUERY_STATE_COMPLETED, etc.), queue position, and timing information.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| execution_id | Yes |