---
title: "Get pipeline status"
method: GET
path: "/pipelines/{name}/status"
tags: ["Pipeline Status"]
---

# Get pipeline status

`GET /pipelines/{name}/status`

Get the current runtime status of a pipeline.

## Path parameters

- `name` string, required

## Response `200`

Default Response

- object
  - `name` string, required
  - `status` union, required
    - 'RUNNING'
    - 'PAUSED'
    - 'RESTARTING'
    - 'DEPLOYING'
    - 'STOPPED'
    - 'FAILED'
    - 'UNKNOWN'
  - `errors` object[], required
    - `message` string, required

---

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