List subjects
GET {{SCHEMA_REGISTRY_BASE_URL}}/subjects?deleted=false
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
subjectPrefix | null | Empty string to list subjects in the default context, or specify value for desired context. If this flag is not included, GET /subjects returns all subjects across all contexts. | |
deleted | boolean | Set to "true" to list both current and soft-deleted subjects |