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

# List Doc Folders

`GET /api/v1/docs/folders`

Every folder in the tenant's Docs tree, flat; the client builds the tree.

## Response `200`

Successful Response

- DocFolderRead[]
  - `id` string, uuid, required
  - `tenant_id` string, uuid, required
  - `name` string, required
  - `parent_id` string, uuid, nullable, required
  - `position` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Changes

> 20 revisions in range; 1 not diffed.

- **2026-09-04** `a9141b6e4e7e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/api/v1/docs/folders/get.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/dabff0d3c9ff?raw)
