pydo.databases.get_kafka_schema_version()
Generated on 18 Nov 2025
from pydo version
v0.21.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/versions/$VERSION.
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. | |
version |
string | True | The version of the Kafka schema subject. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.