# List conversations

**GET** `/conversations`

Returns conversations visible to the authenticated user. Use this before polling
message history or assigning work to a teammate.

Authentication: bearerAuth
Required scopes: `conversation:list`
Allowed roles: `owner`, `admin`, `agent`
Authorization: List conversations in the caller's conversation scope.

## Parameters

- `pageSize` (query integer, optional)
- `pageToken` (query string, optional)
- `interacted` (query boolean, optional)
- `status` (query array<enum>, optional)
- `sort` (query enum, optional)

## Responses

- `200`: List of conversations
- `default`: Error
