Skip to main content
POST
Get Agent Group
Use this API to fetch a single agent group by id. Returns the full group document including the complete agentIds array. For a paginated overview of all groups in the workspace (returns agentCount instead of agentIds), use List Groups.

Endpoint

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

Headers

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

Body

Params

data
object
required

Example Requests

Get a group

Response

Success Response

Failure Response

Errors: NOT_FOUND (group does not exist) / INVALID_ARGUMENT (missing or empty groupId).