---
title: "Get the registry info"
method: GET
path: "/registries/{id}/info"
tags: ["registry"]
---

# Get the registry info

`GET /registries/{id}/info`

Get the registry info

## Path parameters

- `id` integer, required

## Headers

- `X-Request-Id` string

## Response `200`

Success

- RegistryInfo — The registry info contains the base info and capability declarations of the registry
  - `type` string — The registry type
  - `description` string — The description
  - `supported_resource_filters` FilterStyle[] — The filters that the registry supports
    - `type` string — The filter type
    - `style` string — The filter style
    - `values` string[] — The filter values
  - `supported_triggers` string[] — The triggers that the registry supports
  - `supported_copy_by_chunk` boolean — The registry whether support copy by chunk.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `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)
