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

# List teams

`GET /team`

Return teams for the authenticated organization.

## Response `200`

- TeamListResponseDto
  - `statusCode` number, required
  - `type` string, required
  - `data` TeamSummaryDto[], required
    - `uuid` string, uuid, required
    - `name` string, required
    - `status` string, required
    - `cliConfig` object, nullable, required — CLI configuration for the team (schema varies).

## Other responses

- `400` — Validation error
- `401` — Not authenticated
- `403` — Insufficient permissions
- `500` — Unexpected error

---

[API](https://skmtc.net/kodustech/apis/kodus-api.md) · [All operations](https://skmtc.net/kodustech/apis/kodus-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kodustech/kodus-api/revisions/e2282ac5fb3a/schema)
