pydo.databases.get_kafka_schema()
Generated on 12 Nov 2025
from pydo version
v0.19.0
Description
To get a specific schema by subject name for a Kafka cluster, send a GET request to
/v2/databases/$DATABASE_ID/schema-registry/$SUBJECT_NAME.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
database_cluster_uuid |
string | True | A unique identifier for a database cluster. | |
subject_name |
string | True | The name of the Kafka schema subject. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.