Skip to main content
POST
Get Agent Group
Use this API to fetch a single agent group by id. The response includes the full agentIds membership array. To list all groups without the full membership arrays, use the List Groups endpoint instead.

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

Response

Success Response

Failure Response

Errors: NOT_FOUND if the group does not exist.