Authorization: Bearer ********************
curl --location --request GET 'http://8.137.110.113/v1/messages?user=OPftH101CwaSZW9WhrWkj6fKanQpzV6UVV2DCgpeSR3&conversation_id=2e604ace-74e1-4167-9daf-54d64847e3dc&limit=2&first_id=8efde55d-e85d-4222-8cfa-e9deaa182e32' \
--header 'Authorization: Bearer {api_key}'
{
"limit": 0,
"has_more": true,
"data": [
{
"id": "string",
"conversation_id": "string",
"parent_message_id": "string",
"inputs": {},
"query": "string",
"answer": "string",
"message_files": [
null
],
"feedback": null,
"retriever_resources": [
null
],
"created_at": 0,
"agent_thoughts": [
null
],
"status": "string",
"error": null
}
]
}