Lists skill files.
Returns the bundled files for a skill after checking read access directly or through the optional linked agent.
<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
agentId
The optional linked agent through which read access is requested.
Response
OK
relativePath
The path of the file relative to the skill root (for example “scripts/sync.py”).
sizeBytes
The file size in bytes.
Errors
401
Unauthorized Error
404
Not Found Error

