cURL
curl --request GET \ --url https://openagents.com/api/chats/{conversationId}/messages \ --header 'Authorization: Bearer <token>'
{ "data": [ {} ] }
Returns normalized message records in chronological order.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful list response