Skip to main content
GET
Get a skill file

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

spaceId
required

ID of the space the skill belongs to.

Required string length: 2 - 6
skillId
string<uuid>
required

Unique ID of the skill.

path
string
required

Relative path of the file within the skill folder (e.g. "reference/format.md"). Must not contain "..", "." or empty segments.

Required string length: 1 - 512
Pattern: ^[a-zA-Z0-9_\-./]+$

Response

File content returned successfully.

path
string
required
content
string
required

Full text content of the file (UTF-8).