---
title: "Pipeline stages list"
method: GET
path: "/api/v4/leads/pipelines/{pipeline_id}/statuses"
---

# Pipeline stages list

`GET /api/v4/leads/pipelines/{pipeline_id}/statuses`

This method allows to get a list of pipeline stages on the account.

## Path parameters

- `pipeline_id` integer, required

## Query parameters

- `with` 'descriptions'

## Response `200`

200

- object
  - `_total_items` integer
  - `_embedded` object
    - `statuses` object[]
      - `id` integer
      - `name` string
      - `sort` integer
      - `is_editable` boolean
      - `pipeline_id` integer
      - `color` string
      - `type` integer
      - `account_id` integer
      - `_links` object
        - `self` object
          - `href` string

## Other responses

- `401` — 401
- `403` — 403
- `429` — 429
- `500` — 500

---

[API](https://skmtc.net/kommo/apis/kommo-api-references.md) · [All operations](https://skmtc.net/kommo/apis/kommo-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kommo/kommo-api-references/versions/f17af4d23c7c/schema)
