---
title: "List Folders"
method: GET
path: "/api/v1/quick-spaces/folders"
tags: ["quickSpaces", "quickSpaces"]
---

# List Folders

`GET /api/v1/quick-spaces/folders`

A scope's whole folder tree (flat, for the sidebar), or just one folder's children
when `parent_id` is given.

`scope=all` crosses scopes and returns every folder in the workspace — the studio needs it to
show, and move between, folders that belong to projects.

## Query parameters

- `space_id` string, nullable
- `parent_id` string, nullable
- `scope` string, nullable

## Response `200`

Successful Response

- SpaceFolderResponseDTO[]
  - `id` string, required
  - `name` string, required
  - `space_id` string, nullable
  - `space_title` string, nullable
  - `parent_id` string, nullable
  - `created_at` string, date-time, required
  - `folder_count` integer
  - `asset_count` integer

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/ff7f2b621b41/schema)
