---
title: "List teams"
method: GET
path: "/teams"
tags: ["auth"]
---

# List teams

`GET /teams`

List all teams

## Response `200`

Successfully returned all teams

- Team[]
  - `teamID` string, required — Identifier of the team
  - `name` string, required — Name of the team
  - `apiKey` string, required — API key for the team
  - `isDefault` boolean, required — Whether the team is the default team

## Other responses

- `401` — Authentication error
- `500` — Server error

---

[API](https://skmtc.dev/e2b-dev/apis/e2b-api.md) · [All operations](https://skmtc.dev/e2b-dev/apis/e2b-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/e2b-dev/e2b-api/revisions/e01b3f5506fe/schema)
