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

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

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

Get status by id.

## Path parameters

- `pipeline_id` integer, required
- `id` integer, required

## Query parameters

- `with` string

## Response `200`

The request has succeeded.

- union
  - 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

## Changes

- **2026-02-06** `800f4ed7083b` — 1 info
  - added the media type `application/hal+json` for the response with the status `200`
- **2026-02-02** `1e3996435299` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hexlet/apis/amocrm-api/changes/api/v4/leads/pipelines/:pipeline_id/statuses/:id/get.md)

---

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