---
title: "GET /funnels"
method: GET
path: "/funnels"
tags: ["funnels"]
---

# GET /funnels

`GET /funnels`

List all funnels in your account.

## Response `200`

OK

- object
  - `data` FunnelEntity[]
    - `id` integer — Funnel ID.
    - `name` string — Funnel name.
    - `initials` string — Funnel name initials.
    - `color` string — Funnel color.
    - `sequence` integer — Sequence number.
    - `default` boolean — Whether this funnel is the account's default funnel.
    - `dealStages` LeanDealStageEntity[] — Funnel stages.
      - `id` integer — Deal stage ID.
      - `name` string — Deal stage name.
      - `sequence` integer — Sequence number.

---

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