List Groups

Fetch all multi-agent groups matching query.

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

Query parameters

manager_typeenum or nullOptional
Search groups by manager type
beforestring or nullOptional
Cursor for pagination
afterstring or nullOptional
Cursor for pagination
limitinteger or nullOptional
Limit for pagination
project_idstring or nullOptional
Search groups by project id

Response

Successful Response
idstring
The id of the group. Assigned by the database.
manager_typeenum
agent_idslist of strings
descriptionstring
project_idstring or null
The associated project id.
template_idstring or null
The id of the template.
base_template_idstring or null
The base template id.
deployment_idstring or null
The id of the deployment.
shared_block_idslist of strings or null
manager_agent_idstring or null
termination_tokenstring or null
max_turnsinteger or null
sleeptime_agent_frequencyinteger or null
turns_counterinteger or null
last_processed_message_idstring or null
max_message_buffer_lengthinteger or null

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_lengthinteger or null

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.

Errors