v1

latestOpenAPI 3.0.2Apache 2.02026-07-174217115.5 KB
Subjects

get/subjects/{subject}/metadata

Path parameters

subjectstring required

Name of the subject to search under.

Query parameters

keystring

Metadata key to match. Can appear multiple times, matched in order with 'value'.

valuestring

Metadata value to match. Can appear multiple times, matched in order with 'key'.

formatstring

Desired output format. For AVRO: "" or "resolved". For PROTOBUF: "", "ignore_extensions", or "serialized".

deletedboolean

If true, include both current and soft-deleted subjects. Default is false.

Headers

X-Registry-GroupIdstring

Group id in Apicurio Registry.

Response

Schema version matching the metadata filters.

subjectstring required

The name of the subject this schema belongs to.

versioninteger required

The version of the schema under the subject.

idinteger

The globally unique ID of the schema.

schemastring required

The actual schema definition as a string.

schemaTypestring

The type of the schema (AVRO, PROTOBUF, JSON). Default is AVRO.