List Group Messages

Retrieve message history for an agent.

Path parameters

group_idstringRequired

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

Query parameters

afterstring or nullOptional
Message after which to retrieve the returned messages.
beforestring or nullOptional
Message before which to retrieve the returned messages.
limitintegerOptionalDefaults to 10
Maximum number of messages to retrieve.
use_assistant_messagebooleanOptionalDefaults to true
Whether to use assistant messages
assistant_message_tool_namestringOptionalDefaults to send_message
The name of the designated message tool.
assistant_message_tool_kwargstringOptionalDefaults to message
The name of the message argument.

Response

Successful Response
SystemMessageobject
OR
UserMessageobject
OR
ReasoningMessageobject
OR
HiddenReasoningMessageobject
OR
ToolCallMessageobject
OR
ToolReturnMessageobject
OR
AssistantMessageobject

Errors