Get dashboard lineage topics
Returns detailed topic-level lineage information including source, transforms, destinations, and per-topic metrics. Supports filtering and pagination.
Query parameters
Filter by source entity ID
Filter by source entity ID
Filter by destination entity ID
Filter by destination entity ID
Filter by transform entity ID
Filter by transform entity ID
Filter by topic name (substring match)
Filter by topic name (substring match)
Comma-separated topic filters: has_destination, orphaned, has_transform, dlq, snapshotting
Comma-separated topic filters: has_destination, orphaned, has_transform, dlq, snapshotting
When false, exclude DLQ topics
When false, exclude DLQ topics
Comma-separated snapshot status filter: running, completed, pending
Comma-separated snapshot status filter: running, completed, pending
Page number (1-indexed)
Page number (1-indexed)
Results per page
Results per page
Sort field
Sort field
Sort direction
Sort direction
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
Changes
Changed in 1 of the 4 revisions of this API.5
- ○
added the optional property
result/items/source/snapshot_progress/anyOf[subschema #1: SourceSnapshotProgressRes]/cancelled_topic_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
result/items/source/snapshot_progress/anyOf[subschema #1: SourceSnapshotProgressRes]/done_topic_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
result/items/source/snapshot_progress/anyOf[subschema #1: SourceSnapshotProgressRes]/failed_topic_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
result/items/source/snapshot_progress/anyOf[subschema #1: SourceSnapshotProgressRes]/remaining_topic_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
result/items/source/snapshot_progress/anyOf[subschema #1: SourceSnapshotProgressRes]/total_topic_countto the response with the200statusresponse-optional-property-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○