v1
latestSwagger 2.02026-07-176862225.3 KBagent_skills
Get file from agent skill
Get file content or download URL from agent skill. If the file is text-based (parseable), returns parsed content. Otherwise, returns a presigned download URL.
get/agent_skills/{id}/file
Path parameters
idstring required
Agent skill UUID
Query parameters
file_pathstring required
File path within the skill (e.g., 'scripts/extract_text.json')
expireinteger
URL expiration in seconds for presigned URL (default 900)
Response
OK