Get conversation messages

Get messages (paginated) for a conversation by its ID

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

conversation_idstringRequiredformat: "id"
The ID of the conversation

Query parameters

cursorstringOptional

Cursor for pagination. Use the value from meta.next_page_url in the previous response.

limitintegerOptional1-100Defaults to 100

Maximum number of messages to return (default 100, max 100)

Response

List of messages
datalist of objects
List of messages in the conversation
metaobject

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error