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
Group ID cursor for pagination. Returns groups that come before this group ID in the specified sort order
after
Group ID cursor for pagination. Returns groups that come after this group ID in the specified sort order
limit
Maximum number of groups to return
order
Sort order for groups by creation time. 'asc' for oldest first, 'desc' for newest first
Allowed values:
order_by
Field to sort by
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
project_id
The associated project id.
template_id
The id of the template.
base_template_id
The base template id.
deployment_id
The id of the deployment.
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.