---
title: "List groups"
method: GET
path: "/groups/"
tags: ["groups"]
---

# List groups

`GET /groups/`

This method retrieves the list of group objects.
 **Groups** are objects used to control access to the system entities, such as watch lists, camera groups, etc.

## Query parameters

- `limit` integer
- `ordering` string

## Response `200`

- PaginatedGroupList
  - `results` Group[]
    - `id` integer, required
    - `name` string, required
    - `permissions` string[]
    - `ad_group` GroupGuid
      - `group_guid` string, uuid, nullable, required

---

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