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

# List FileFeeds

`GET /v0/file-feeds`

Returns a list of FileFeeds for the organization.

## Response `200`

Successful response

- FileFeedResource[]
  - `name` string
  - `template_key` string, object_key
  - `is_active` boolean
  - `config` object
    - `export_format` 'csv' | 'json'
    - `file_filter` string
  - `sources` FileFeedSource[]
    - `type` 'sftp'
    - `data` object
      - `sftp_account_id` integer, required
      - `path` string, path, required
      - `options` object
        - `schedule` object
          - `frequency` 'hourly' | 'daily'
          - `hour_utc` integer — Hour in UTC for daily frequency
          - `minute_utc` integer — Minute offset within the hour (must be a multiple of 5, 0-55). Defaults to 0 (top of the hour).
  - `destinations` FileFeedDestination[]
    - union
      - object
        - `type` 'sftp'
        - `data` object
          - `sftp_account_id` integer, required
          - `path` string, path, required
      - object
        - `type` 'import_webhook'
        - `data` object
          - `webhook_key` string, object_key, required
  - `custom_metadata` object
  - `event_webhook_key` string, object_key
  - `folder_id` integer — ID of the folder containing this 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/versions/40674aa6d4d9/schema)
