Use this API to list all agent groups in the workspace. ReturnsDocumentation Index
Fetch the complete documentation index at: https://velt-raghul-agent-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
IAgentGroupSummary[] — the full agentIds array is intentionally stripped from each row and replaced with an agentCount field, so list payloads stay O(1) per group regardless of group size.
To fetch the complete agentIds array for a specific group, call Get Group.
POST https://api.velt.dev/v2/agents/groups/list
apiKey (injected from headers) is required.| Field | Type | Description |
|---|---|---|
data.groups | object[] | Array of group summary documents |
id, name, description?, agentCount, metadata, createdAt, updatedAt. The full agentIds array is omitted; fetch it via Get Group.