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

# List folders

`GET /folders`

Returns all folders in the workspace as a flat list (build the tree client-side via parent_id). Use folder ids with the media endpoints to organize and find assets.

## Response `200`

List of folders

- object
  - `data` Folder[]
    - `id` string
    - `name` string
    - `parent_id` string, nullable — Parent folder id, or null for a top-level folder
    - `item_count` integer — Number of media items directly in this folder
    - `created_at` string, date-time

---

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