---
title: "Get Folder Path"
method: GET
path: "/v1/external/folders/{folderId}/path"
tags: ["Folder"]
---

# Get Folder Path

`GET /v1/external/folders/{folderId}/path`

Retrieve the breadcrumb path from the root to the folder, inclusive. The
first element is the top-level ancestor and the last element is the folder
itself.

Requires a **user** API key with access to the folder. Ancestors you cannot
access appear with `isAccessible: false`.

## Path parameters

- `folderId` string, required

## Response `200`

Breadcrumb path (root first, folder last)

- object
  - `content` FolderPathNode[], required — Array of items
    - `id` string, required — Unique identifier for the folder
    - `title` string, required — Folder title
    - `isAccessible` boolean, required — Whether you can access this folder's contents.

## Other responses

- `401` — Unauthorized — missing API key, or a team-only key was used
- `403` — Forbidden — no access to this folder
- `404` — Folder 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)
