---
title: "Gets a team by ID"
method: GET
path: "/v1/teams/{team_id}"
---

# Gets a team by ID

`GET /v1/teams/{team_id}`

Returns a team the authenticated user has access to.

## Response `200`

- TeamV1 — A team.
  - `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/versions/a55a2f64c3c5/schema)
