v1
latestOpenAPI 3.0.32026-07-1751720.0 KBGet messages
Returns a list of messages representing the conversation history with the agent.
get/messages
Response
OK
Example response
{
"$schema": "https://example.com/schemas/MessagesResponseBody.json",
"messages": [
{
"content": "Hello world",
"role": "user"
}
]
}