Skip to main content
GET
/
api
/
chats
/
{conversationId}
/
messages
List messages for a conversation.
curl --request GET \
  --url https://openagents.com/api/chats/{conversationId}/messages \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversationId
string
required

Response

Successful list response

data
object[]