---
title: "Find idle rules"
method: GET
path: "/idle-rules"
tags: ["idlerules"]
---

# Find idle rules

`GET /idle-rules`

Get paginated list of idle rules.

-  PERMISSIONS: `api_idlerule:read`

## Query parameters

- `page` integer
- `limit` integer
- `search` string
- `sort` 'asc' | 'desc'
- `sort_by` string

## Other responses

- `400` — Bad Request

## Changes

- **2025-11-26** `bb6f0434af12` — 1 breaking, 3 info
  - the response's body type changed from no type to `object` for status `400`
  - added `#/components/schemas/pagination.ListResponse` to the response body `allOf` list for the response status `200`
  - removed `#/components/schemas/common.PaginatedListResponse` from the response body `allOf` list for the response status `200`
  - added the optional property `errors` to the response with the `400` status
- **2025-11-07** `11e4d00f16e0` — 2 info
  - 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`
- **2025-11-04** `fb4f0c9642fd` — 2 info
  - added `#/components/schemas/pagination.ListResponse` to the response body `allOf` list for the response status `200`
  - removed `#/components/schemas/common.PaginatedListResponse` from the response body `allOf` list for the response status `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/capensis/apis/canopsis-community-api/changes/idle-rules/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.dev/capensis/apis/canopsis-community-api/revisions/bb6f0434af12?raw)
