Last updated 5 months ago
Get agents in a folder.
20
1
Agents
GET /api/v1/folders/{folderId}/agents HTTP/1.1 Host: www.taskade.com Accept: */*
{ "ok": true, "items": [ { "id": "text", "name": "text", "space_id": "text", "data": { "commands": [ { "name": "text", "prompt": "text", "id": "text", "mode": "default" } ], "description": "text", "tone": "authoritative", "avatar": { "type": "emoji", "data": { "value": "text" } }, "knowledgeEnabled": true, "language": "text" } } ] }