---
title: "Find entities"
method: GET
path: "/entities"
tags: ["entities"]
---

# Find entities

`GET /entities`

Get paginated list of entities.

-  PERMISSIONS: `api_entity:read`

## Query parameters

- `active_columns[]` string[]
- `category` string
- `filters[]` string[]
- `search pattern` string
- `entity_pattern` string
- `negative_entity_pattern` string
- `pbehavior_pattern` string
- `no_events` boolean
- `type[]` string[]
- `ids[]` string[]
- `limit` integer
- `page` integer
- `paginate` boolean
- `search` string
- `sort` 'asc' | 'desc'
- `sort_by` string
- `with_flags` boolean
- `perf_data[]` string[]

## Other responses

- `400` — Bad Request

## Changes

- **2026-04-21** `2bbe84bae2bc` — 1 info
  - added the new optional `query` request parameter `entity_pattern`
- **2026-04-20** `e6a092389a40` — 1 warning
  - deleted the `query` request parameter `entity_pattern`
- **2026-04-20** `b699bb6a5b58` — 1 info
  - added the new optional `query` request parameter `entity_pattern`
- **2026-04-14** `7e254c456e7e` — 2 info
  - added the new optional `query` request parameter `negative_entity_pattern`
  - added the new optional `query` request parameter `pbehavior_pattern`
- **2026-04-06** `fa26794dd7dc` — 2 warning
  - deleted the `query` request parameter `negative_entity_pattern`
  - deleted the `query` request parameter `pbehavior_pattern`

[Full history](https://skmtc.dev/capensis/apis/canopsis-community-api/changes/entities/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/7c842289e811/schema)
