Skip to main content
POST
List Agent Groups
Use this API to list all agent groups in the workspace. Each row is an IAgentGroupSummary: instead of the full agentIds array, list rows carry an agentCount (equal to agentIds.length) so list payloads stay small. Clients that need the full membership list should call Get Group by id.
The list may include system groups that the platform auto-creates when classifying newly created agents into default buckets (deterministic IDs such as copy-qa, seo, design-checks). These rows carry system: true; groups you create via Create Group do not.

Endpoint

POST https://api.velt.dev/v2/agents/groups/list

Headers

x-velt-api-key
string
required
Your API key.
x-velt-auth-token
string
required

Body

Params

data
object
required

Example Requests

Response

Success Response