---
title: "List organization funnels"
method: GET
path: "/funnels/get_all"
tags: ["Funnels"]
---

# List organization funnels

`GET /funnels/get_all`

Retrieves all funnels for the authenticated user's organization

## Response `200`

List of organization funnels retrieved successfully

- object
  - `message` string
  - `data` FunnelSummary[]
    - `id` string, uuid — Unique identifier of the funnel
    - `name` string — Name of the funnel
    - `organization_id` string, uuid — Organization that owns the funnel
    - `folder_id` string, uuid, nullable — Associated folder ID if any
    - `created_at` string, date-time — Funnel creation timestamp
    - `updated_at` string, date-time — Funnel last update timestamp
    - `videos_count` integer — Number of videos in the funnel

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `500` — Internal server error

---

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