---
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

## Changes

- **2026-03-02** `39aff788d955` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/builderz-labs/apis/mission-control-api/changes/api/pipelines/get.md)

---

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