Conversations
Get conversation messages
Retrieve messages for a specific conversation, including tool calls made by the assistant.
get/ai/conversations/{conversation_id}/messages
Path parameters
conversation_idstring required
Unique identifier of the conversation.
Query parameters
page[size]integer
The number of messages to return per page.
page[number]integer
The page number to retrieve.
Response
Successful Response
Example response
{
"data": [
{
"created_at": "2025-04-15T13:07:28.764Z",
"sent_at": "2025-04-15T13:07:28.764Z"
}
]
}