v1

latestOpenAPI 3.0.32026-07-1751720.0 KB

Get messages

Returns a list of messages representing the conversation history with the agent.

get/messages

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

Example response

{
  "$schema": "https://example.com/schemas/MessagesResponseBody.json",
  "messages": [
    {
      "content": "Hello world",
      "role": "user"
    }
  ]
}