---
title: "List Documents Folders"
method: GET
path: "/public/v1/documents/folders"
tags: ["Folders"]
---

# List Documents Folders

`GET /public/v1/documents/folders`

Get the list of folders which contain Documents in your account.

> 📘 
> 
> The root folder is not listed in the response.

For the full list of folder operations and their limitations, see [Organize Documents and Folders](https://developers.pandadoc.com/docs/organize-folders).

## Query parameters

- `parent_uuid` string
- `count` integer
- `page` integer

## Response `200`

- DocumentsFolderListResponse
  - `results` object[]
    - `uuid` string
    - `name` string
    - `date_created` string
    - `has_folders` boolean
    - `has_items` boolean

## Other responses

- `400` — Bad Request
- `401` — Authentication error
- `429` — Too Many Requests

---

[API](https://skmtc.net/pandadoc/apis/pandadoc-public-api.md) · [All operations](https://skmtc.net/pandadoc/apis/pandadoc-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandadoc/pandadoc-public-api/revisions/0c2b70be3fb0/schema)
