---
title: "Export applicable advisories for all my systems"
method: GET
path: "/api/patch/v1/export/advisories"
---

# Export applicable advisories for all my systems

`GET /api/patch/v1/export/advisories`

Export applicable advisories for all my systems

## Query parameters

- `search` string
- `filter[id]` string
- `filter[description]` string
- `filter[public_date]` string
- `filter[synopsis]` string
- `filter[advisory_type]` string
- `filter[severity]` string
- `filter[applicable_systems]` string

## Response `200`

OK

- ControllersAdvisoryInlineItem[]
  - `advisory_type` integer
  - `applicable_systems` integer
  - `cve_count` integer
  - `description` string
  - `id` string
  - `public_date` string
  - `severity` integer
  - `synopsis` string

---

[API](https://skmtc.net/redhat/apis/patchman-engine.md) · [All operations](https://skmtc.net/redhat/apis/patchman-engine/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redhat/patchman-engine/versions/d0dd0c4d157b/schema)
