Conversation Messages

API Docs by APIMATIC
API EndpointsConversations

Conversation Messages
#

Get all events and messages of conversation

GET /api/conversation/v1/conversations/{uuid}/messages

API Code Playground

Endpoint Arguments
Parameters
Required
Required
String
Template

The conversation (interaction) uuid

Number
Query

The number of items to skip before starting to collect the result set

Number
Query

The number of items in the result set


Responses

  • 200
  • 401
  • 403
  • 404
  • 424

Successful response

application/json

There is no example available for this content type.

Was this page helpful?

Thank you! Your feedback has been received.
  • REST
  • Java
  • Request
  • Response
curl -X GET -G \
  --url 'https://{cluster_id}.voiso.com/api/conversation/v1/conversations/uuid6/messages'  \
  -H 'Accept: application/json'