---
title: "Get funnel reasons"
method: GET
path: "/crm/v1/reasons/{funnelId}"
tags: ["pipeline"]
---

# Get funnel reasons

`GET /crm/v1/reasons/{funnelId}`

Returns all reasons grouped by SUCCESS and FAIL for a specific funnel. Reasons explain why a deal was won or lost.
Example: `GET /crm/v1/reasons/1`

## Response `200`

Successful response

- ReasonList
  - `SUCCESS` object[]
    - `id` integer
    - `title` string
    - `sort` integer
  - `FAIL` Reason[]
    - `id` integer
    - `title` string
    - `sort` integer

## Other responses

- `401` — Access token is missing or invalid

---

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