curl --location --request GET 'http://dev-cn.your-api-server.com/v0/evi/chats' \
--header 'X-Hume-Api-Key: <apiKey>'
{
"page_number": 1,
"page_size": 1,
"chats_page": [
{
"id": "id",
"status": "status",
"start_timestamp": 1,
"tag": "tag",
"end_timestamp": 1,
"event_count": 1,
"metadata": "metadata",
"config": {
"id": "id"
}
}
]
}