---
title: "GET /api/v4/leads/pipelines/{id}"
method: GET
path: "/api/v4/leads/pipelines/{id}"
---

# GET /api/v4/leads/pipelines/{id}

`GET /api/v4/leads/pipelines/{id}`

Get pipeline by id.

## Path parameters

- `id` integer, required

## Response `200`

The request has succeeded.

- union
  - Pipeline
    - `id` integer
    - `name` string
    - `sort` integer
    - `account_id` integer
    - `is_main` boolean
    - `is_unsorted_on` boolean
    - `is_archive` boolean
    - `_links` object
    - `_embedded` PipelineEmbedded
      - `statuses` Status[]
        - `id` integer
        - `name` string
        - `sort` integer
        - `account_id` integer
        - `is_editable` boolean
        - `color` string
        - `type` integer
        - `pipeline_id` integer
        - `descriptions` StatusDescription[], nullable
          - `id` integer
          - `account_id` integer
          - `created_at` integer
          - `updated_at` integer
          - `created_by` integer
          - `updated_by` integer
          - `pipeline_id` integer
          - `status_id` integer
          - `level` string
          - `description` string
  - Problem
    - `title` string
    - `status` integer
    - `detail` string
    - `type` string

---

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