---
title: "Get a project pipeline"
method: GET
path: "/project-pipelines/{id}"
tags: ["Reference Data"]
---

# Get a project pipeline

`GET /project-pipelines/{id}`

Returns a single project pipeline with its stages. Use stage IDs (pps_) when creating projects or filtering by stageId.

## Path parameters

- `id` string, required

## Response `200`

OK

- ProjectPipeline
  - `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)
