---
title: "Get folder details"
method: GET
path: "/folders/{folder_id}"
tags: ["Folders"]
---

# Get folder details

`GET /folders/{folder_id}`

Returns full details of a folder (metadata + aggregates like videos_count, storage_size, length, attached funnel and DRM groups).

## Path parameters

- `folder_id` string, uuid, required

## Response `200`

Folder details retrieved successfully

- object
  - `data` FolderDetails
    - `id` string, uuid
    - `name` string
    - `user_id` string, uuid
    - `parent_folder_id` string, uuid, nullable
    - `status` boolean
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `Videos` VideoSummary[] — List of videos in this folder
      - `id` string, uuid
      - `title` string
      - `video_external_id` string
      - `status` 'READY' | 'PROCESSING' | 'ERROR' | 'DELETING'
      - `created_at` string, date-time
    - `funnel` object, nullable — Associated funnel information
      - `id` string, uuid
    - `drm_groups` DrmGroupSummary[] — Associated DRM groups
      - `id` string, uuid
      - `name` string
      - `status` boolean
  - `message` string

## Other responses

- `401` — Unauthorized - Invalid or missing authentication
- `404` — Not found - Resource does not exist
- `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)
