---
title: "Retrieve Update Operations"
method: GET
path: "/matcher/api/v1/internal/update_operation"
tags: ["internal"]
---

# Retrieve Update Operations

`GET /matcher/api/v1/internal/update_operation`

Retrive all known or just the latest Update Operations.

## Query parameters

- `kind` 'vulnerability' | 'enrichment'
- `latest` boolean

## Response `200`

Update Operations, keyed by updater.

- UpdateOperations — **This is an internal type, documented for completeness.** A mapping of updater id to Update Operation(s).

## Other responses

- `400` — Bad Request
- `415` — Unsupported Media Type
- `default` — Internal Server Error

---

[API](https://skmtc.dev/quay/apis/clair-container-analyzer.md) · [All operations](https://skmtc.dev/quay/apis/clair-container-analyzer/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quay/clair-container-analyzer/revisions/079b3eb25695/schema)
