# Get a campaign

**GET** `/campaigns/{campaignId}`

Authentication: bearerAuth
Required scopes: `campaign:read`
Allowed roles: `owner`, `admin`, `agent`
Authorization: Read a campaign.

## Responses

- `200`: Campaign
- `default`: Error
