List Group Messages
Retrieve message history for an agent.
Path parameters
group_id
Headers
Authorization
Header authentication of the form Bearer <token>
Query parameters
after
Message after which to retrieve the returned messages.
before
Message before which to retrieve the returned messages.
limit
Maximum number of messages to retrieve.
use_assistant_message
Whether to use assistant messages
assistant_message_tool_name
The name of the designated message tool.
assistant_message_tool_kwarg
The name of the message argument.
Response
Successful Response
System Message
OR
User Message
OR
Reasoning Message
OR
Hidden Reasoning Message
OR
Tool Call Message
OR
Tool Return Message
OR
Assistant Message