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

skillIdstringRequiredformat: "uuid"
The skill ID.

Query parameters

agentIdstringOptionalformat: "uuid"
The optional linked agent through which read access is requested.

Response

OK
relativePathstring or nullOptional

The path of the file relative to the skill root (for example “scripts/sync.py”).

sizeByteslongOptional
The file size in bytes.

Errors

401
Unauthorized Error
404
Not Found Error