# Get chatbot

**GET** `/chatbots/{id}`

Returns a chatbot draft, its status, and the active version when one is running.

Authentication: bearerAuth
Required scopes: `journey:read`
Allowed roles: `owner`, `admin`, `agent`
Authorization: Read a chatbot in the workspace.

## Parameters

- `id` (path string, required)

## Responses

- `200`: Chatbot details
- `default`: Error
