Get dashboard health summary
Returns a high-level health overview including broken connectors, failed transforms, active snapshots, and topic health metrics.
/dashboard/healthAuthorizationBearer token · headerrequiredSuccessful Response
sources_brokenintegerNumber of broken source connectors
destinations_brokenintegerNumber of broken destination connectors
transforms_failedintegerNumber of failed transforms
failed_transform_idsstring[]Entity IDs of failed transforms
pipelines_brokenintegerNumber of broken pipelines
dlq_topics_with_messagesintegerNumber of DLQ topics containing messages
orphaned_topic_countintegerNumber of orphaned topics
stale_source_countintegerNumber of stale sources with no recent data
partition_skew_countintegerNumber of topics with partition skew
throughput_total_rpsnumberTotal throughput in records per second
broken_connectorsBrokenConnectorRes[]List of broken connectors
Show propertiesHide properties
BrokenConnectorResidstringrequiredConnector entity ID
namestringrequiredConnector display name
typestringrequiredConnector type: 'source' or 'destination'
active_snapshotsActiveSnapshotRes[]List of sources with active snapshots
Show propertiesHide properties
ActiveSnapshotRessource_idstringrequiredSource entity ID
source_namestringrequiredSource display name
topic_countintegerTotal number of topics in the snapshot
completed_countintegerNumber of topics that have completed snapshotting
topic_healthTopicHealthResAggregated topic health metrics.
Show propertiesHide properties
topics_high_latencyintegerNumber of topics with high latency
topics_with_lagintegerNumber of topics whose consumer lag exceeds the high-lag threshold (HIGH_LAG_THRESHOLD).
max_latency_msintegerMaximum latency across all topics in milliseconds
max_lagintegerMaximum consumer lag across all topics