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

# List camera groups

`GET /v1/camera-groups`

List camera groups.

Retrieve a paginated list of camera groups.
Groups are used to organize cameras for easier management and access control.

## Query parameters

- `page` integer
- `limit` integer

## Response `200`

Successful Response

- CameraGroupList — Paginated list of camera groups.
  - `results` CameraGroup[], required — List of camera groups
    - `id` integer, required — Unique camera group identifier
    - `name` string, required — Camera group display name
  - `has_more` boolean, required — True if additional pages are available

## Other responses

- `422` — Validation error

---

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