Last updated 5 months ago
Get agent conversations
20
1
Agent conversations
GET /api/v1/agents/{agentId}/convos/ HTTP/1.1 Host: www.taskade.com Accept: */*
{ "ok": true, "items": [ { "id": "text", "space_agent_id": "text", "status": "in_progress", "title": "text", "data": { "llm": { "type": "openai", "name": "gpt-3.5-turbo" } } } ] }