---
title: "List pipelines"
method: GET
path: "/api/pipelines"
tags: ["Pipelines"]
---

# List pipelines

`GET /api/pipelines`

## Response `200`

Pipeline list with enriched step data and run counts

- object
  - `pipelines` object[]
    - `id` integer
    - `name` string
    - `description` string
    - `steps` object[]
      - `template_id` integer
      - `template_name` string
      - `on_failure` 'stop' | 'continue'
    - `created_by` string
    - `use_count` integer
    - `runs` object
      - `total` integer
      - `completed` integer
      - `failed` integer
      - `running` integer
    - `created_at` integer
    - `updated_at` integer

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/builderz-labs/apis/mission-control-api.md) · [All operations](https://skmtc.net/builderz-labs/apis/mission-control-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/builderz-labs/mission-control-api/revisions/b920835b2793/schema)
