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

# List folders

`GET /folders`

List workspace folders with their parent relationships in one response. Omit `nameContains` to receive the complete tree. Use this to resolve a folder name or nested path to the `folderId` accepted by `POST /projects`.

## Query parameters

- `nameContains` string — Filter folders whose name contains this value (case-insensitive).

## Response `200`

List of folders

- ListFoldersResponse
  - `folders` Folder[], required
    - `id` string, uuid, required
    - `name` string, required
    - `parentFolderId` string, uuid, nullable, required — Parent folder ID, or null when the folder is at the workspace root.
    - `createdAt` string, date-time, nullable, required

## Other responses

- `400` — Validation error
- `401` — Unauthorized
- `403` — Insufficient permissions
- `429` — Rate limit exceeded

---

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