Last updated 3 months ago
Get agent with id
curl -L \ --url 'https://www.taskade.com/api/v1/agents/{agentId}'
{ "ok": true, "item": { "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" } } }