---
title: "Get a Multi FileFeed Folder"
method: GET
path: "/v0/multi-file-feed-folders/{folder_id}"
tags: ["Multi FileFeed Folders"]
---

# Get a Multi FileFeed Folder

`GET /v0/multi-file-feed-folders/{folder_id}`

Retrieves a single Multi FileFeed folder by ID.

## Response `200`

Successful response

- MultiFileFeedFolder
  - `id` integer — The unique identifier of the Multi FileFeed folder
  - `name` string — The name of the Multi FileFeed folder
  - `description` string, nullable — The description of the Multi FileFeed folder
  - `color` string, nullable — Color associated with the folder
  - `custom_metadata` object, nullable — Custom metadata associated with the folder
  - `containing_folder_id` integer, nullable — ID of the folder that contains this folder. Null for root folders.

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/oneschema/apis/templates.md) · [All operations](https://skmtc.net/oneschema/apis/templates/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneschema/templates/revisions/40674aa6d4d9/schema)
