v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
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"
    }
  ]
}