Lookup schema under subject
POST/schema-registry/api/subjects/:subject
Check if a schema has already been registered under the specified subject. If so, this returns the schema string along with its globally unique identifier, its version under this subject and the subject name.
Request
Responses
- 200
- 404
- 500
The schema.
Not Found. Error code 40401 indicates subject not found. Error code 40403 indicates schema not found.
Internal Server Error.