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

string
required
Your API key.
string
required

Body

Params

object
required

Example Requests

Response

Success Response

Failure Response

Errors: NOT_FOUND if the group does not exist.