# Get team

**GET** `/teams/{id}`

Returns one team and its current agent assignments.

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

## Parameters

- `id` (path string, required)

## Responses

- `200`: Team details
- `default`: Error
