---
title: "Get Folder"
method: GET
path: "/video/workspaces/{workspace_id}/folders/{folder_id}"
tags: ["API Endpoints"]
---

# Get Folder

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

Get a single folder by id.

## Path parameters

- `workspace_id` string, required
- `folder_id` string, required

## 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
- `404` — 404

---

[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/revisions/b1f7ac2aeeec/schema)
