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

# List Folders

`GET /api/v1/folders/`

List all folders for the current company (flat list, clients build tree from parent_folder_id).

Non-owners see only folders they have at least VIEWER access to.

## Response `200`

Successful Response

- FolderRead[]
  - `id` string, uuid, required
  - `company_id` string, uuid, required
  - `user_id` string, uuid, required
  - `name` string, required
  - `parent_folder_id` string, uuid, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

---

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