---
title: "list feeds operations and information"
method: GET
path: "/system/feeds"
tags: ["System"]
---

# list feeds operations and information

`GET /system/feeds`

Return a list of feed and their groups along with update and record count information. This data reflects the state of the policy engine, not the upstream feed service itself.

## Response `200`

success

- FeedMetadata[]
  - `name` string — name of the feed
  - `created_at` string, date-time — Date the metadata record was created in engine (first seen on source)
  - `updated_at` string, date-time — Date the metadata was last updated
  - `groups` FeedGroupMetadata[]
    - `name` string
    - `created_at` string, date-time
    - `last_sync` string, date-time
    - `record_count` integer
  - `last_full_sync` string, date-time

## Other responses

- `500` — Internal Error

---

[API](https://skmtc.net/anchore/apis/anchore-engine-api-server.md) · [All operations](https://skmtc.net/anchore/apis/anchore-engine-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anchore/anchore-engine-api-server/revisions/afb4f60ab44a/schema)
