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

# List My Teams

`GET /v2/teams`

List teams the authenticated caller can act on. Team-scoped API keys see only the key's team; user-scoped API keys and OAuth callers see every team they're a member of.

## Response `200`

Default Response

- object
  - `teams` object[], required
    - `id` string, uuid, required
    - `name` string, required
    - `organization_id` string, uuid, nullable, required

## Other responses

- `401` — Default Response
- `500` — Default Response

---

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