Get Project Skill Content

Retrieve the active revision content for a project-scoped skill.

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

skill_idstringRequiredformat: "uuid"
The skill ID
org_idstringRequiredformat: "uuid"
The organization ID
project_idstringRequiredformat: "uuid"
The project ID

Response

Project skill content
idstringformat: "uuid"
slugstring
display_namestring
descriptionstring or null
licensestring or null
compatibilitystring or null
sourceobject
tagslist of strings
active_revisionobject or null

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error