list_subjects
Retrieve all subjects in the Kafka Schema Registry, with optional context-based filtering, for efficient schema management and compatibility checks.
Instructions
List all subjects, optionally filtered by context.
NOTE: This tool is maintained for backward compatibility. Consider using the 'registry://{name}/subjects' resource instead for better performance.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
context | No | ||
registry | No |
Input Schema (JSON Schema)
{
"properties": {
"context": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Context"
},
"registry": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Registry"
}
},
"type": "object"
}