---
title: "Pipeline Execution Status"
method: GET
path: "/v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}/status"
tags: ["Pipeline Execution"]
---

# Pipeline Execution Status

`GET /v1/projects/{projectId}/pipeline-executions/{pipelineExecutionId}/status`

Returns the current status of a pipeline execution

## Path parameters

- `projectId` string, required
- `pipelineExecutionId` string, uuid, required

## Response `200`

Pipeline execution status has been retrieved

- PipelineExecutionStatusOnly
  - `status` 'RUNNING' | 'SUCCESS' | 'FAILED' | 'CANCELLING' | 'CANCELLED' | 'FORBIDDEN' | 'SKIPPED' | 'UNKNOWN' — The current status of the pipeline execution

## Other responses

- `400` — Wrong request parameters used
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Pipeline Execution not Found
- `500` — Unexpected error occurred
- `504` — Gateway timeout

---

[API](https://skmtc.net/maia/apis/maia-public-rest-api.md) · [All operations](https://skmtc.net/maia/apis/maia-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia/maia-public-rest-api/revisions/6239825f68eb/schema)
