---
title: "Get Shadow Link Metrics"
method: GET
path: "/v1/shadow-links/{name}/metrics"
tags: ["Shadow Links (Data Plane)"]
---

# Get Shadow Link Metrics

`GET /v1/shadow-links/{name}/metrics`

Retrieve metrics for a specific shadow link, including total topics replicated, failed over topics, and error topics.

## Path parameters

- `name` string, required

## Response `200`

OK

- GetShadowMetricsResponse
  - `error_topics` string, uint64
  - `failed_over_topics` string, uint64
  - `total_topics_replicated` string, uint64

## Other responses

- `401` — Unauthenticated.
- `500` — Internal Server Error. Reach out to support.
- `default` — An unexpected error response.

## Changes

- **2025-12-11** `0a5af046f9de` — 2 info
  - api tag `Shadow Links (Data Plane)` added
  - api tag `Shadow Links (Dataplane)` removed
- **2025-12-11** `d6b328d69cf2` — 1 info
  - endpoint added
- **2025-05-27** `dfa71f9d277e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api/changes/v1/shadow-links/:name/metrics/get.md)

---

[API](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api.md) · [All operations](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redpanda-data/redpanda-cloud-data-plane-api/revisions/7eef0bcc42e7/schema)
