---
title: "List Folders"
method: GET
path: "/video/workspaces/{workspace_id}/folders"
tags: ["API Endpoints"]
---

# List Folders

`GET /video/workspaces/{workspace_id}/folders`

List folders for a video workspace. Use `parent_id` to list only folders inside a specific parent folder.

## Path parameters

- `workspace_id` string, required

## Query parameters

- `parent_id` string

## Response `200`

200

- object[]
  - `id` string
  - `name` string
  - `video_source_id` string
  - `parent_id` string, nullable
  - `path` string[]
  - `path_names` string[]
  - `depth` integer
  - `subdirectory_count` integer
  - `asset_count` integer
  - `created_at` string
  - `updated_at` string

## Other responses

- `400` — 400

---

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