---
title: "Get dashboard health summary"
method: GET
path: "/dashboard/health"
tags: ["Dashboard"]
---

# Get dashboard health summary

`GET /dashboard/health`

Returns a high-level health overview including broken connectors, failed transforms, active snapshots, and topic health metrics.

## Response `200`

Successful Response

- DashboardHealthRes — Response model for GET /dashboard/health.
  - `sources_broken` integer — Number of broken source connectors
  - `destinations_broken` integer — Number of broken destination connectors
  - `transforms_failed` integer — Number of failed transforms
  - `failed_transform_ids` string[] — Entity IDs of failed transforms
  - `pipelines_broken` integer — Number of broken pipelines
  - `dlq_topics_with_messages` integer — Number of DLQ topics containing messages
  - `orphaned_topic_count` integer — Number of orphaned topics
  - `stale_source_count` integer — Number of stale sources with no recent data
  - `partition_skew_count` integer — Number of topics with partition skew
  - `throughput_total_rps` number — Total throughput in records per second
  - `broken_connectors` BrokenConnectorRes[] — List of broken connectors
    - `id` string, required — Connector entity ID
    - `name` string, required — Connector display name
    - `type` string, required — Connector type: 'source' or 'destination'
  - `active_snapshots` ActiveSnapshotRes[] — List of sources with active snapshots
    - `source_id` string, required — Source entity ID
    - `source_name` string, required — Source display name
    - `topic_count` integer — Total number of topics in the snapshot
    - `completed_count` integer — Number of topics that have completed snapshotting
  - `topic_health` TopicHealthRes — Aggregated topic health metrics.
    - `topics_high_latency` integer — Number of topics with high latency
    - `topics_with_lag` integer — Number of topics whose consumer lag exceeds the high-lag threshold (HIGH_LAG_THRESHOLD).
    - `max_latency_ms` integer — Maximum latency across all topics in milliseconds
    - `max_lag` integer — Maximum consumer lag across all topics

---

[API](https://skmtc.net/streamkap/apis/streamkap-rest-api.md) · [All operations](https://skmtc.net/streamkap/apis/streamkap-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streamkap/streamkap-rest-api/versions/8aea6143d003/schema)
