Downloads a skill file.
Downloads one bundled file by its path relative to the skill root after checking read access.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
skillId
The skill ID.
Query parameters
relativePath
The path of the file relative to the skill root.
agentId
The optional linked agent through which read access is requested.
Response
OK
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

