---
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

## Changes

- **2026-08-20** `e01b3f5506fe` — 2 info
  - added the optional property `error_code` to the response with the `401` status
  - added the optional property `error_code` to the response with the `500` status
- **2026-07-24** `93ed246a4c10` — 6 info
  - the endpoint scheme security `Supabase1TokenAuth` was removed from the API
  - removed `#/components/schemas/Team` from the `items/` response property `allOf` list for the response status `200`
  - added the required property `items/apiKey` to the response with the `200` status
  - added the required property `items/isDefault` to the response with the `200` status
  - …2 more
- **2026-05-27** `e13ef89d456c` — 1 info
  - the endpoint scheme security `AuthProviderBearerAuth` was added to the API
- **2025-03-21** `ca973917d2e1` — 1 info
  - the endpoint scheme security `Supabase1TokenAuth` was added to the API
- **2024-08-14** `540de5ce3bfd` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/e2b-dev/apis/e2b-api/changes/teams/get.md)

---

[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)
