cURL
curl --request GET \ --url https://asteragents.com/api/skills/files \ --header 'Authorization: Bearer <token>'
{ "success": true, "files": [ { "id": 123, "fileId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "fileName": "<string>", "contentType": "<string>", "fileSize": 123, "createdAt": "2023-11-07T05:31:56Z" } ] }
Retrieve all bundled files for a specific skill, including SKILL.md.
JWT token from Clerk authentication.
Must be from a user with org:admin role.
org:admin
The skill ID to list files for
Successfully retrieved files
Show child attributes