Skip to main content
POST
List Agent Groups
Use this API to list all agent groups in the workspace. Each row is an IAgentGroupSummary: the full agentIds array is intentionally stripped and replaced with an agentCount (equal to agentIds.length) so list payloads stay O(1) per group. Clients that need the full membership list should call Get Group by id.

Endpoint

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

Headers

string
required
Your API key.
string
required

Body

Params

object
required

Example Requests

Response

Success Response