Schemas (v1)
Get schema by ID
Retrieves the schema identified by the input ID.
get/schemas/ids/{id}/schema
Path parameters
idinteger required
Globally unique identifier of the schema
Query parameters
subjectstring
Name of the subject
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.)
Response
Raw schema string.
Changes
No recorded changes to this endpoint across all 1 revision of this API.