pydo.databases.get_kafka_topic()
Generated on 8 May 2026
from pydo version
v0.34.0
Usage
client.databases.get_kafka_topic(
database_cluster_uuid="9cc10173-e9ea-4176-9dbc-a4cee4c4ff30",
topic_name="customer-events",
)Description
To retrieve a given topic by name from the set of a Kafka cluster’s topics,
send a GET request to /v2/databases/{database_cluster_uuid}/topics/{topic_name}.
The result will be a JSON object with a topic key.
Parameters
database_cluster_uuidstring requiredA unique identifier for a database cluster.
topic_namestring requiredThe name used to identify the Kafka topic.
Response Example
More Information
See /v2/databases/{database_cluster_uuid}/topics/{topic_name} in the API reference for additional detail on responses, headers, parameters, and more.