Conversations
Get Messages
get/api/v1/conversations/{uuid}/messages
Path parameters
uuidstring required
Conversation UUID
Query parameters
pageinteger
Page number (defaults to 1)
page_sizeinteger
Number of items per page (defaults to 30, max 100)
privateboolean
Filter by private messages (internal notes). If not provided, returns all messages.
typestring[]
Filter by message type. Can be specified multiple times (e.g., ?type=incoming&type=outgoing). If not provided, returns all messages.
Response
Messages retrieved successfully
Example response
{
"status": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.