# Get conversation

**GET** `/conversations/{id}`

Returns the current conversation context, including the sendability window that tells
whether an agent or bot can reply right now.

Authentication: bearerAuth
Required scopes: `conversation:read`
Allowed roles: `owner`, `admin`, `agent`
Authorization: Read a conversation in the caller's conversation scope.

## Parameters

- `id` (path string, required)

## Responses

- `200`: Conversation details
- `default`: Error
