---
title: "Get funnel by ID"
method: GET
path: "/crm/v1/entities/{entity}/funnel/{funnelId}"
tags: ["pipeline"]
---

# Get funnel by ID

`GET /crm/v1/entities/{entity}/funnel/{funnelId}`

Returns a single funnel by its ID.

## Response `200`

OK

- Funnel
  - `title` string
  - `funnel_code` string
  - `active` boolean
  - `default` boolean

## 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)
