Execute a query pipeline
Builds a query pipeline from the specified query and executes it. A pipeline allows you to chain multiple queries together and execute them as a single unit.
post/v1/query/{query_id}/pipeline/execute
Path parameters
query_idinteger required
Unique identifier of the query
Query parameters
api_keystring
Alternative to using the X-Dune-Api-Key header
Headers
X-Dune-Api-Keystring required
API Key for the service
Request body
Response
OK
Example response
{
"pipeline_execution_id": "01HKZJ2683PHF9Q9PHHQ8FW4Q1"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.