Skip to Content
The Makinari API repo now includes an MCP Server — connect your AI models directly. View on GitHub →
AgentsCustomer SupportConversations

Messages

Retrieves messages from a specific conversation or site-wide.

GET /api/agents/customerSupport/conversations/messages

Query Parameters

ParameterTypeRequiredDescription
site_idstringYesThe UUID of the site.
conversation_idstringNoThe UUID of the conversation.
lead_idstringNoFilter by lead UUID.
rolestringNoFilter by role (e.g., ‘user’, ‘assistant’).
limitnumberNoMax results (default: 50).
offsetnumberNoPagination offset.

Response

Returns a list of messages with pagination metadata.

Last updated on