Skip to main content
GET
List messages in an agent conversation

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Identifier of the agent that owns the conversation.

conversationId
string
required

Identifier of the conversation to read messages from.

Query Parameters

limit
integer
default:50

Maximum number of messages to return (1-200, default 50).

Response

200 - application/json

The conversation's messages, oldest first.

data
object
meta
object