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

# List teams

`GET /teams`

List teams the authenticated caller belongs to.

## Response `200`

Teams the caller belongs to.

- object
  - `teams` object[]
    - `id` string, required — Unique team identifier.
    - `name` string, required

## Other responses

- `401` — Unauthorized — missing or invalid API key.
- `500` — Internal server error.

---

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