Skip to main content
POST
Per-topic Kafka metadata for the topics list

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
entities
SingleTopicTableMetricReq · object[]
required

List of entities (sources/destinations/transforms) with their topic IDs. sources/transforms entities that have topic_ids must also include topic_db_ids for ownership verification; otherwise the request returns HTTP 400. destinations are exempt (send topic_db_ids: []) — they are verified against the destination's topic_map.

Response

Successful Response

{key}
TopicTableMetricsRowRes · object