v1

latestOpenAPI 3.0.02026-07-17181627.7 KB
agents

Get matching groups for an existing Agent

get/agents/{id}/matching_groups

Response

Agent Matching Groups object

group_idstring uuid

group id

namestring

group name

Example response

[
  {
    "name": "group-1"
  }
]