---
title: "Get pipeline execution status"
method: GET
path: "/v1/pipelines/executions/{pipeline_execution_id}/status"
---

# Get pipeline execution status

`GET /v1/pipelines/executions/{pipeline_execution_id}/status`

Retrieves the status of a pipeline execution, including the status of each node in the pipeline.

## Path parameters

- `pipeline_execution_id` string, required

## Query parameters

- `api_key` string

## Headers

- `X-Dune-Api-Key` string, required

## Response `200`

OK

- ModelsGetPipelineExecutionStatusResponse
  - `error` string — Error message if the pipeline execution failed
  - `node_executions` ModelsPipelineNodeExecution[] — List of node executions in the pipeline.
    - `id` integer — Unique identifier of the node in the pipeline
    - `materialized_view_refresh_status` ModelsPipelineMaterializedViewRefreshStatus
      - `error` string — Error message if the refresh failed
      - `execution_id` string — Unique identifier of the execution, if available
      - `name` string — Name of the materialized view
      - `status` string — Status of the materialized view refresh
    - `query_execution_status` ModelsPipelineQueryExecutionStatus
      - `error` string — Error message, if the execution failed
      - `execution_id` string — Unique identifier of the execution, if available
      - `query_id` integer — Unique identifier of the query
      - `status` string — Status of the query execution
  - `status` string — Overall status of the pipeline execution

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.dev/dune/apis/duneapi.md) · [All operations](https://skmtc.dev/dune/apis/duneapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dune/duneapi/revisions/f3a7a865f95b/schema)
