---
title: "Retrieve all entity groups"
method: GET
path: "/groups"
tags: ["Monitoring: Entity Creation"]
---

# Retrieve all entity groups

`GET /groups`

Returns all entity groups created under your account.

## Response `200`

OK

- ResponseEntityGroups
  - `entityGroups` ResponseEntityGroup[], nullable
    - `associatedEntitiesCount` integer — The number of entities present in this group
    - `associatedTeamsCount` integer — The number of teams which this groups belongs
    - `createdAt` string, date-time
    - `entityGroupName` string
    - `id` integer
    - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/sigma360/apis/sigma360-api.md) · [All operations](https://skmtc.dev/sigma360/apis/sigma360-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sigma360/sigma360-api/revisions/fcdda6232c62/schema)
