---
title: "Get a list of feeds"
method: GET
path: "/feeds"
tags: ["Feeds"]
---

# Get a list of feeds

`GET /feeds`

## Response `200`

Get feeds response

- object[]
  - `Feed` Feed
    - `id` string
    - `name` string
    - `provider` string
    - `url` string
    - `rules` string, nullable — Stringified JSON filter rules.
    - `enabled` boolean
    - `distribution` '0' | '1' | '2' | '3' | '4' | '5' — Who will be able to see this event once it becomes published and eventually when it becomes pulled: * `0` - Your organization only * `1` - This community only * `2` - Connected communities * `3` - All communities * `4` - Sharing group * `5` - Inherit Event
    - `sharing_group_id` union
      - string, nullable
      - string, uuid, nullable
    - `tag_id` string
    - `default` boolean
    - `source_format` '1' | 'csv' | 'freetext' | 'misp'
    - `fixed_event` boolean — target_event option might be considered
    - `delta_merge` boolean — Merge attributes (only add new attribute, remove revoked attributes)
    - `event_id` string
    - `publish` boolean
    - `override_ids` boolean — The IDS flags will be set to Off for this feed
    - `settings` string, nullable
    - `input_source` 'local' | 'network' — Specify whether the source (url field) is a directory (local) or a genuine url (network).
    - `delete_local_file` boolean — The IDS flags will be set to Off for this feed
    - `lookup_visible` boolean — The lookup will not be visible in the feed correlation
    - `headers` string, nullable — Headers to be passed with the requests. All separated by
    - `caching_enabled` boolean — The feed is cached
    - `force_to_ids` boolean — The IDS flags will be set to On for this feed
    - `orgc_id` string
    - `cache_timestamp` union
      - string
      - boolean

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `404` — The specified resource was not found
- `default` — Unexpected API error

---

[API](https://skmtc.net/misp/apis/misp-automation-api.md) · [All operations](https://skmtc.net/misp/apis/misp-automation-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/misp/misp-automation-api/revisions/88b34ff032a1/schema)
