Get Execution Status
Check the status of an execution request
You must pass the execution_id
obtained from making an execute query POST request.
Returns the status of a query execution along with relevant metadata of the results if the execution is completed.
Headers
API Key for the service
Path Parameters
unique identifier of the execution
Query Parameters
API Key for the service, alternative to using the HTTP header X-DUNE-API-KEY.
Response
Unique identifier for the execution of the query and corresponding result.
Unique identifier of the query.
The state of the query execution.
Whether the state of the query execution is terminal. This can be used for polling purposes.
Timestamp of when the query was submitted.
Timestamp of when the query result expires.
Timestamp of when the query execution started.
Timestamp of when the query execution ended.
Timestamp of when the query execution was cancelled, if applicable.
Metadata about the execution of the query, including details like column names, row counts, and execution times.
Was this page helpful?