---
title: "List Multi FileFeeds"
method: GET
path: "/v0/multi-file-feeds"
tags: ["Multi FileFeeds"]
---

# List Multi FileFeeds

`GET /v0/multi-file-feeds`

Returns a list of Multi FileFeeds for the organization. Optionally filter by folder ID.

## Query parameters

- `folder_id` integer

## Response `200`

Successful response

- MultiFileFeedSummary[]
  - `id` integer — The unique identifier of the Multi FileFeed
  - `name` string — The name of the Multi FileFeed
  - `folder` object
    - `id` integer — The ID of the folder containing this Multi FileFeed
    - `name` string — The name of the folder
  - `templates` object[]
    - `template_key` string — The unique key of the template
    - `is_required` boolean — Whether this template is required for the Multi FileFeed

## 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)
