pydo.databases.list_kafka_schemas()
Generated on 15 Jul 2025
from pydo
version
v0.13.0
Description
To list all schemas for a Kafka cluster, send a GET request to
/v2/databases/$DATABASE_ID/schema-registry
.
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.