---
title: "List Teams"
method: GET
path: "/tenants/{tenant_id}/teams"
tags: ["Teams"]
---

# List Teams

`GET /tenants/{tenant_id}/teams`

Returns a list of teams

---

Teams are returned sorted in alphabetical order by name.

## Path parameters

- `tenant_id` string, uuid, required

## Response `200`

Teams successfully retrieved.

- object
  - `teams` object[]
    - `id` string, uuid — Unique ID identifying the team.
    - `name` string — Name of the team.
    - `partner_id` string, uuid — Unique ID identifying the partner.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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