Subjects (v1)
Get schema by version
Retrieves a specific version of the schema registered under this subject.
get/subjects/{subject}/versions/{version}
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
formatstring
Desired output format, dependent on schema type. For AVRO schemas, valid values are: " " (default) or "resolved". For PROTOBUF schemas, valid values are: " " (default), "ignore_extensions", or "serialized" (The parameter does not apply to JSON schemas.)
deletedboolean
Whether to include deleted schema
Response
The schema.
Changes
No recorded changes to this endpoint across all 1 revision of this API.