List Groups

Fetch all multi-agent groups matching query.

Headers

AuthorizationstringRequired

Header authentication of the form Bearer <token>

Query parameters

manager_typeenumOptional

Search groups by manager type

beforestringOptional

Cursor for pagination

afterstringOptional

Cursor for pagination

limitintegerOptional

Limit for pagination

project_idstringOptional

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
shared_block_idslist of stringsOptional
manager_agent_idstringOptional
termination_tokenstringOptional
max_turnsintegerOptional
sleeptime_agent_frequencyintegerOptional
turns_counterintegerOptional
last_processed_message_idstringOptional
max_message_buffer_lengthintegerOptional

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_lengthintegerOptional

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.