Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/transpond/app/agent/chat/history/list' \
--header 'Authorization: Bearer <token>'
{
"code": 0,
"msg": null,
"data": [
{
"id": "0e1e834f-b8b3-4bc6-b8f7-87f2260859b0",
"userId": "1",
"title": "长泰园2025-01-14的雨量",
"agentId": "c9d8ae1a-3246-442f-9fed-1f2adce5d03e",
"createAt": "2025-02-28 16:30:06",
"updateAt": "2025-02-28 17:39:15"
}
],
"ok": true
}