---
title: "Get Folder Breadcrumbs"
method: GET
path: "/api/v1/file-folders/{folder_id}/breadcrumbs"
tags: ["file-folders"]
---

# Get Folder Breadcrumbs

`GET /api/v1/file-folders/{folder_id}/breadcrumbs`

Return the breadcrumb path from root → folder (inclusive).

Order: root first, target last — matches the visual order in the UI so the
frontend can render the chain unmodified.

## Path parameters

- `folder_id` string, uuid, required

## Response `200`

Successful Response

- FileFolderBreadcrumb[]
  - `id` string, required
  - `name` string, required

## Other responses

- `422` — Validation Error

---

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