Skip to content
Streamkap
Esc
navigateopen⌘Jpreview

List Subject Versions

List all version numbers for a specific schema subject.

GET/schema-registry/subjects/{subject}/versions
Authorization
AuthorizationBearer token · headerrequired
Path parameters
subjectstringrequired
Responses
200

Successful Response

Array of integer
integer
422

Validation Error

detailValidationError[]
Show properties
Array of ValidationError
locstring | integer[]required
Show properties
Array of string | integer
Any of:
string
string
integer
integer
msgstringrequired
typestringrequired
inputany
ctxobject
Request
curl -X GET "https://api.streamkap.com/schema-registry/subjects/string/versions" \
  -H "Authorization: Bearer YOUR_TOKEN"
Response
[
  0
]