Skip to main content
Retrieves multiple messages from a conversation in a single request. Pass a list of message entry IDs and receive the corresponding messages. This is more efficient than calling Get Message individually when you need several specific messages.
Permission required: project:conv_read

Path Parameters

string
required
Conversation identifier

Request Body

array
required
List of message entry IDs to retrieve. Maximum 100 entries per request.

Response

array
Array of message objects matching the requested entry IDs