---
title: "Get the metadata of the specified scanner registration"
method: GET
path: "/scanners/{registration_id}/metadata"
tags: ["scanner"]
---

# Get the metadata of the specified scanner registration

`GET /scanners/{registration_id}/metadata`

Get the metadata of the specified scanner registration, including the capabilities and customized properties.

## Path parameters

- `registration_id` string, required

## Headers

- `X-Request-Id` string

## Response `200`

The metadata of the specified scanner adapter

- ScannerAdapterMetadata — The metadata info of the scanner adapter
  - `scanner` Scanner
    - `name` string — Name of the scanner
    - `vendor` string — Name of the scanner provider
    - `version` string — Version of the scanner adapter
  - `capabilities` ScannerCapability[]
    - `type` string — Specify the type of scanner capability, like vulnerability or sbom
    - `consumes_mime_types` string[]
    - `produces_mime_types` string[]
  - `properties` object

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.dev/cerit/apis/harbor-api.md) · [All operations](https://skmtc.dev/cerit/apis/harbor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cerit/harbor-api/revisions/62d78801f8df/schema)
