List a skill's versions

List all versions of a skill, newest first. (The same array is embedded in GET /{id}; this endpoint exposes it standalone for clients that only need the version history.)

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

idstringRequired

Response

Versions
datalist of maps from strings to any

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error