---
title: "List Saved Funnels"
method: GET
path: "/funnels/list"
tags: ["Funnels"]
---

# List Saved Funnels

`GET /funnels/list`

Get the names and funnel_ids of your funnels.

## Query parameters

- `project_id` integer, required
- `workspace_id` integer

## Response `200`

Success.

- object[]
  - `funnel_id` integer — The id of the funnel.
  - `name` string — The name of the funnel

---

[API](https://skmtc.net/mixpanel/apis/query-api.md) · [All operations](https://skmtc.net/mixpanel/apis/query-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixpanel/query-api/revisions/f442da95252a/schema)
