---
title: "Lists all teams"
method: GET
path: "/v1/teams"
---

# Lists all teams

`GET /v1/teams`

Returns a list of all teams the authenticated user has access to.

## Query parameters

- `name` string, nullable

## Response `200`

- TeamsV1 — A list of teams.
  - `teams` TeamV1[], required — A list of teams
    - `id` string, required — Unique identifier of the team
    - `name` string, required — Name of the team
    - `default` boolean, required — Whether this is the default team for the organization
    - `created_at` string, date-time, required — Time the team was created in ISO 8601 format

---

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