Get all events and messages of conversation
GET /api/conversation/v1/conversations/{uuid}/messages
Successful response
application/json
Was this page helpful?
curl -X GET -G \
--url 'https://{cluster_id}.voiso.com/api/conversation/v1/conversations/uuid6/messages' \
-H 'Accept: application/json'