pydo.databases.list_kafka_topics()
Generated on 13 Mar 2026
from pydo version
v0.28.0
Description
To list all of a Kafka cluster’s topics, send a GET request to
/v2/databases/$DATABASE_ID/topics.
The result will be a JSON object with a topics key.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
database_cluster_uuid |
string | True | A unique identifier for a database cluster. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.