---
title: "Get all pipelines"
method: GET
path: "/crm/pipeline/details/all"
tags: ["Deals"]
---

# Get all pipelines

`GET /crm/pipeline/details/all`

## Response `200`

Returns list of pipelines and its details

- Pipeline[] — List of pipeline
  - `pipeline` string — Pipeline id
  - `pipeline_name` string — Pipeline Name
  - `stages` PipelineStage[] — List of stages
    - `id` string — Stage id
    - `name` string — Stage name

## Other responses

- `400` — Returned when pipeline id is invalid or does not exist

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
