# List chatbots

**GET** `/chatbots`

Returns chatbot drafts and active automations for the workspace.

Authentication: bearerAuth
Required scopes: `journey:list`
Allowed roles: `owner`, `admin`, `agent`
Authorization: List chatbots in the workspace.

## Parameters

- `pageSize` (query integer, optional)
- `pageToken` (query string, optional)

## Responses

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