---
title: "Find view groups"
method: GET
path: "/view-groups"
tags: ["viewgroups"]
---

# Find view groups

`GET /view-groups`

Get paginated list of view groups.

-  PERMISSIONS: `api_viewgroup:read` or `api_private_view_groups:can`

## Query parameters

- `with_flags` boolean
- `with_views` boolean
- `with_tabs` boolean
- `with_widgets` boolean
- `page` integer
- `limit` integer
- `search` string

## Other responses

- `400` — Bad Request

## Changes

- **2025-09-19** `10a1f7617754` — 1 breaking, 1 warning, 2 info
  - the response's body type/format changed from `object`/`` to ``/`` for status `400`
  - removed the optional property `errors` from the response with the `400` status
  - added `#/components/schemas/common.PaginatedListResponse` to the response body `allOf` list for the response status `200`
  - removed `#/components/schemas/pagination.ListResponse` from the response body `allOf` list for the response status `200`

[Change history](https://skmtc.dev/capensis/apis/canopsis-community-api/changes/view-groups/get.md)

---

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