cURL
curl --request GET \ --url https://your-instance.example.com/api/conversation/{conversationId}/messages \ --header 'Authorization: Bearer <token>'
{ "messages": [ {} ], "messageCount": 123, "callCount": 123, "resolution": { "isResolved": true, "resolvedAt": "2023-11-07T05:31:56Z", "resolvedBy": {}, "csatRating": 123, "csatFeedback": "<string>", "csatSubmittedAt": "2023-11-07T05:31:56Z" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Messages returned
Null when conversation is not resolved
Show child attributes