---
title: "trigger feeds operations"
method: POST
path: "/system/feeds"
tags: ["System"]
---

# trigger feeds operations

`POST /system/feeds`

Execute a synchronous feed sync operation. The response will block until complete, then return the result summary.

## Query parameters

- `flush` boolean
- `sync` boolean

## Response `200`

Feeds operation success

- FeedSyncResult[] — An array of feed sync summaries representing the result of an explicit feed sync operation
  - `feed` string — The name of the feed synced
  - `status` 'success' | 'failure' — The result of the sync operations, either co
  - `total_time_seconds` number — The duratin, in seconds, of the sync of the feed, the sum of all the group syncs
  - `groups` GroupSyncResult[] — Array of group sync results
    - `group` string — The name of the group
    - `status` 'success' | 'failure'
    - `updated_image_count` integer — The number of images updated by the this group sync, across all accounts. This is typically only non-zero for vulnerability feeds which update images' vulnerability results during the sync.
    - `updated_record_count` integer — The number of feed data records synced down as either updates or new records
    - `total_time_seconds` number — The duration of the group sync in seconds

## Other responses

- `500` — Internal Error

---

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