---
title: "List groups (saved searches)"
method: GET
path: "/v2/groups"
tags: ["system"]
---

# List groups (saved searches)

`GET /v2/groups`

Returns list of groups

## Response `default`

default response

- object[]
  - `id` integer — Group identifier
  - `name` string — Group Name
  - `description` string — Group description
  - `shared` boolean — Group is shared with all users?
  - `created` number, double — Timestamp of group creation
  - `updated` number, double — Timestamp last update
  - `deviceCount` integer — Estimated/Last known device count. Can be `null` if group membership has not been evaluated recently
  - `lastEvaluated` number, double — Last evaluation time of group membership for nodes (search)

---

[API](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0.md) · [All operations](https://skmtc.net/ninjarmm/apis/ninjaone-public-api-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ninjarmm/ninjaone-public-api-2-0/revisions/753f26d46650/schema)
