List Groups
Fetch all multi-agent groups matching query.
Headers
Authorization
Header authentication of the form Bearer <token>
Query parameters
manager_type
Search groups by manager type
before
Cursor for pagination
after
Cursor for pagination
limit
Limit for pagination
project_id
Search groups by project id
Response
Successful Response
id
The id of the group. Assigned by the database.
manager_type
agent_ids
description
manager_agent_id
termination_token
max_turns
sleeptime_agent_frequency
turns_counter
last_processed_message_id
max_message_buffer_length
The desired maximum length of messages in the context window of the convo agent. This is a best effort, and may be off slightly due to user/assistant interleaving.
min_message_buffer_length
The desired minimum length of messages in the context window of the convo agent. This is a best effort, and may be off-by-one due to user/assistant interleaving.