v36

latestOpenAPI 3.1.0raw.githubusercontent.com2025-10-091882241.2 MB
groups

List Group Messages

Retrieve message history for an agent.

get/v1/groups/{group_id}/messages

Path parameters

group_idstring required

Query parameters

beforestring nullable

Message ID cursor for pagination. Returns messages that come before this message ID in the specified sort order

Message ID cursor for pagination. Returns messages that come before this message ID in the specified sort order

afterstring nullable

Message ID cursor for pagination. Returns messages that come after this message ID in the specified sort order

Message ID cursor for pagination. Returns messages that come after this message ID in the specified sort order

limitinteger nullable

Maximum number of messages to retrieve

Maximum number of messages to retrieve

order'asc' | 'desc'

Sort order for messages by creation time. 'asc' for oldest first, 'desc' for newest first

Sort order for messages by creation time. 'asc' for oldest first, 'desc' for newest first

order_by'created_at'

Field to sort by

Field to sort by

use_assistant_messageboolean

Whether to use assistant messages

Whether to use assistant messages

assistant_message_tool_namestring

The name of the designated message tool.

The name of the designated message tool.

assistant_message_tool_kwargstring

The name of the message argument.

The name of the message argument.

Response

Successful Response