v1

OpenAPI 3.1.0Proprietary2026-07-13197242444.9 KB
Dashboard

Get dashboard lineage topics

Returns detailed topic-level lineage information including source, transforms, destinations, and per-topic metrics. Supports filtering and pagination.

get/dashboard/lineage/topics

Query parameters

source_idstring nullable

Filter by source entity ID

Filter by source entity ID

destination_idstring nullable

Filter by destination entity ID

Filter by destination entity ID

transform_idstring nullable

Filter by transform entity ID

Filter by transform entity ID

topic_namestring nullable

Filter by topic name (substring match)

Filter by topic name (substring match)

filterstring nullable

Comma-separated topic filters: has_destination, orphaned, has_transform, dlq, snapshotting

Comma-separated topic filters: has_destination, orphaned, has_transform, dlq, snapshotting

include_dlqboolean

When false, exclude DLQ topics

When false, exclude DLQ topics

snapshotstring nullable

Comma-separated snapshot status filter: running, completed, pending

Comma-separated snapshot status filter: running, completed, pending

pageinteger

Page number (1-indexed)

Page number (1-indexed)

page_sizeinteger

Results per page

Results per page

sort'byteTotal' | 'latency' | 'speed' | 'lag' | 'name'

Sort field

Sort field

sort_dir'asc' | 'desc'

Sort direction

Sort direction

include_metricsboolean

When false, skip ClickHouse metrics and return metrics as null for faster initial render

When false, skip ClickHouse metrics and return metrics as null for faster initial render

Response

Successful Response

pageinteger

Current page number

page_sizeinteger

Results per page

totalinteger nullable

Total number of results

has_nextboolean nullable

Whether more pages exist