cURL
curl --request GET \ --url https://api.sternrockcapital.com/conversations/{conversationId}/messages
{ "data": [ { "direction": "inbound", "message": "<string>", "salesRepName": "<string>", "timestamp": "<string>" } ], "pagination": { "currentPage": 123, "lastPage": 123, "perPage": 123 } }
Retrieves a paginated list of messages for the conversation identified by its UUID.
UUID of the conversation
Page number
Items per page
paginated list of conversation messages
Show child attributes