{
"threads": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"agent_id": "support_agent",
"user_id": "user_abc123",
"tags": ["support", "web"],
"created_at": 1699900000,
"agent": {
"title": "Support Agent",
"type": "ai_human",
"description": "Handles customer inquiries and resolves support issues",
"icon": "https://your-worker.workers.dev/icons/support.svg"
}
},
{
"id": "660e8400-e29b-41d4-a716-446655440001",
"agent_id": "support_agent",
"user_id": null,
"tags": [],
"created_at": 1699800000,
"agent": {
"title": "Support Agent",
"type": "ai_human",
"description": "Handles customer inquiries and resolves support issues",
"icon": "https://your-worker.workers.dev/icons/support.svg"
}
}
],
"total": 2,
"hasMore": false
}