---
title: "Find all saved patterns"
method: GET
path: "/patterns"
tags: ["saved-patterns"]
---

# Find all saved patterns

`GET /patterns`

Get paginated list of saved patterns.

-  PERMISSIONS (for corporate patterns): `api_corporate_pattern`

## Query parameters

- `corporate` boolean
- `type` string
- `page` integer
- `limit` integer
- `search` string
- `sort` 'asc' | 'desc'
- `sort_by` 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/patterns/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)
