List messages
Conversation
List messages
Retrieve paginated messages for a conversation.
Use this endpoint for conversation message timelines.
Query behavior:
- Supports pagination through
pageandsize. - Returns newest messages first.
GET
List messages
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Conversation ID
Query Parameters
Page number, defaults to 1
Number of messages per page, defaults to 20
Response
List of messages
Unique identifier for the message
Conversation this message belongs to
User that sent the message
Content of the message
Timestamp when the message was created
Timestamp when the message was viewed
Images attached to the message