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_id
The ID of the conversation
Query parameters
cursor
Cursor for pagination. Use the value from meta.next_page_url in the previous response.
limit
Maximum number of messages to return (default 100, max 100)
Response
List of messages
data
List of messages in the conversation
meta
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error