---
title: "List Folders by Note"
method: GET
path: "/v1/external/notes/{noteGuid}/folders"
tags: ["Folder"]
---

# List Folders by Note

`GET /v1/external/notes/{noteGuid}/folders`

Retrieve folders for a specific note

## Path parameters

- `noteGuid` string, required

## Response `200`

List of folders

- object
  - `content` Folder[], required — Array of items
    - `id` string, required — Unique identifier for the folder
    - `title` string, required — Folder title
    - `workspaceGuid` string, nullable — GUID of the workspace the folder belongs to. `null` for legacy personal folders that have not been migrated to a workspace.
    - `isTeamFolder` boolean, required — `true` when the folder is shared with the workspace; `false` for personal (`PRIVATE`) folders. Retained for backward compatibility.

## Other responses

- `401` — Unauthorized
- `404` — Note not found

---

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