---
title: "Get matching groups for an existing Agent"
method: GET
path: "/agents/{id}/matching_groups"
tags: ["agents"]
---

# Get matching groups for an existing Agent

`GET /agents/{id}/matching_groups`

## Response `200`

Agent Matching Groups object

- object[]
  - `group_id` string, uuid — group id
  - `name` string — group name

## Other responses

- `400` — Failed due to malformed JSON.
- `404` — A non-existent entity request.
- `500` — Unexpected server-side error occurred.

---

[API](https://skmtc.net/orb-community/apis/orb-fleet.md) · [All operations](https://skmtc.net/orb-community/apis/orb-fleet/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/orb-community/orb-fleet/revisions/53154347a3c8/schema)
