conversations
Get Conversation Messages
Get paginated messages for a conversation.
Use before/after for cursor-based pagination.
get/v1/conversations/{conversation_id}/messages
Path parameters
conversation_idstring required
Query parameters
limitinteger
beforestring date-time nullable
afterstring date-time nullable
Response
Successful Response
Changes
Changed in 1 of the 20 revisions of this API.1
- ○
added the optional property
data/items/contentto the response with the200statusresponse-optional-property-added
- ○