Subjects (v1)
Get schema string by version
Retrieves the schema for the specified version of this subject. Only the unescaped schema string is returned.
get/subjects/{subject}/versions/{version}/schema
Path parameters
subjectstring required
Name of the subject
versionstring required
Version of the schema to be returned. Valid values for versionId are between [1,2^31-1] or the string "latest". "latest" returns the last registered schema under the specified subject. Note that there may be a new latest schema that gets registered right after this request is served.
Query parameters
deletedboolean
Whether to include deleted schema
Response
The schema string.
Changes
No recorded changes to this endpoint across all 1 revision of this API.