---
title: "List project pipelines"
method: GET
path: "/project-pipelines"
tags: ["Reference Data"]
---

# List project pipelines

`GET /project-pipelines`

Returns all active project pipelines with their stages. Use before creating or filtering projects — you need a pipeline ID (ppl_) and usually a stage ID (pps_) from the nested stages array.

## Response `200`

OK

- object
  - `data` ProjectPipeline[], required
    - `id` string, required — Project pipeline ID (ppl_ prefix)
    - `name` string, required — Pipeline name
    - `stages` ProjectPipelineStage[], required
      - `id` string, required — Project pipeline stage ID (pps_ prefix)
      - `name` string, required — Stage name
      - `position` number, required — Display order in the pipeline
      - `type` 'OPEN' | 'CLOSED', required — Stage type. Moving a project to a CLOSED (WON) stage completes the project.
      - `closedType` 'WON' | 'LOST', nullable — For CLOSED stages, whether the stage represents WON or LOST.

## Other responses

- `400` — Validation error or bad request
- `401` — Missing or invalid API key
- `403` — Insufficient permission
- `404` — Resource not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/heffl/apis/heffl-api-v2-beta.md) · [All operations](https://skmtc.net/heffl/apis/heffl-api-v2-beta/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/heffl/heffl-api-v2-beta/versions/27006cfef4d8/schema)
