# Chat discovery

Find the chat you need: list of recent dialogs, the chat of a specific CRM entity, text search, and details of an individual dialog.

**Scope:** `im` | **Base URL:** `https://vibecode.bitrix24.com/v1` | **Authorization:** `X-Api-Key`

## Operations

- [Recent dialogs](./discovery/recent.md) — `GET /v1/chats/recent`
- [Find a CRM entity chat](./discovery/find.md) — `GET /v1/chats/find`
- [Search chats by text](./discovery/search.md) — `GET /v1/chats/search`
- [Dialog details](./discovery/get.md) — `GET /v1/chats/:dialogId`

## See also

- [Chats and messages](/docs/chats)
- [Messages](/docs/chats/messages)
- [Members](/docs/chats/members)
