---
title: "Get pipeline stages"
method: GET
path: "/crm/pipeline/details"
tags: ["Deals"]
deprecated: true
---

# Get pipeline stages

`GET /crm/pipeline/details`

> **Deprecated.**

This endpoint is deprecated. Prefer /crm/pipeline/details/{pipelineID} instead.

## Response `200`

Returns list of pipeline stages

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

---

[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/versions/2aec3cf66501/schema)
