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

hasMoreboolean required

Changes

Changed in 1 of the 20 revisions of this API.1

    • added the optional property data/items/content to the response with the 200 status

      response-optional-property-added