# List teams

List the teams in which the agent/admin is a member.

Endpoint: GET /beta/agents/{agentId}/teams
Version: beta
Security: ApiKeyAuth

## Path parameters:

  - `agentId` (string, required)
    The agent/admin id

## Response 200 fields (application/json):

  - `data` (array)

  - `data.id` (string, required)

## Response 400 fields (application/json):

  - `message` (string, required)

## Response 404 fields (application/json):

  - `message` (string, required)

## Response 500 fields (application/json):

  - `message` (string, required)

