List conversation messages
Lists the messages of a conversation, newest first by default. The conversation id is the call.customerPlatformId returned by the sessions endpoints. Paginate with the returned nextCursor.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Conversation id (customerPlatformId)
Query Parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100.
A cursor for use in pagination. Use the nextCursor returned by the previous request.
Sort order by creation. desc returns the newest messages first.
asc, desc Only return messages created after this date.
Only return messages created before this date.