v1

latestOpenAPI 3.0.2Apache 2.02026-07-174217115.5 KB
Schemas

get/schemas

Query parameters

subjectPrefixstring

Filter schemas by subject prefix.

deletedboolean

Include soft-deleted schemas. Default is false.

latestOnlyboolean

Only return the latest version of each schema. Default is false.

offsetinteger

Pagination offset. Default is 0.

limitinteger

Maximum number of schemas to return. Default is -1 (no limit).

Response

A list of schemas.

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.

All 42 operations