curl --location 'http://test-cn.your-api-server.com/agent/conversation-list?page=1&page_size=20&status=active' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...'{
"status": "10000",
"info": "success",
"data": {
"list": [
{
"conversation_id": "98070122-1cee-488d-ac16-caae955eb70c",
"title": "计网实验安排",
"has_title": true,
"message_count": 12,
"last_message_at": "2026-03-16T10:15:30+08:00",
"status": "active",
"created_at": "2026-03-15T21:03:10+08:00"
}
],
"page": 1,
"page_size": 20,
"total": 1,
"has_more": false
}
}