---
title: "List user folders"
method: GET
path: "/folders"
tags: ["Folders"]
---

# List user folders

`GET /folders`

Lists folders in the account. Optional filters by parent_folder_id (direct children only) and status (active vs inactive).

## Query parameters

- `parent_folder_id` string, uuid
- `status` boolean

## Response `200`

List of user folders retrieved successfully

- object
  - `data` FolderSummary[]
    - `id` string, uuid
    - `name` string
    - `parent_folder_id` string, uuid, nullable
    - `status` boolean
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `message` string

## Other responses

- `400` — Bad request - Invalid input parameters
- `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)
