curl --location --request GET '/ai/conversations//messages'
{
"data": [
{
"created_at": "2025-04-15T13:07:28.764Z",
"role": "user",
"sent_at": "2025-04-15T13:07:28.764Z",
"text": "string",
"tool_calls": [
{
"function": {
"arguments": "string",
"name": "string"
},
"id": "string",
"type": "function"
}
]
}
],
"meta": {
"page_number": 0,
"page_size": 0,
"total_pages": 0,
"total_results": 0
}
}
Authorization: Bearer ********************