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

# List teams

`GET /beta/teams`

Lists all teams in an organization.

## Response `200`

The list of teams in an organization

- ListTeamsOutput
  - `data` Team1[]
    - `id` string, required
    - `name` string, required

## Other responses

- `400` — Invalid value extracted from request context
- `500` — Internal failure during request processing

---

[API](https://skmtc.net/dixa/apis/dixa-api.md) · [All operations](https://skmtc.net/dixa/apis/dixa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dixa/dixa-api/versions/041e058483f0/schema)
