---
title: "Get team"
method: GET
path: "/beta/teams/{teamId}"
tags: ["Teams"]
---

# Get team

`GET /beta/teams/{teamId}`

Get a team by id.

## Path parameters

- `teamId` string, uuid, required

## Response `200`

The team

- CreateTeamOutput
  - `data` Team1, required
    - `id` string, required
    - `name` string, required

## Other responses

- `400` — Invalid value for: path parameter teamId, Invalid value extracted from request context
- `404` — An entity in this request could not be found

---

[API](https://skmtc.net/dixa/apis/dixa-api.md) · [All operations](https://skmtc.net/dixa/apis/dixa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dixa/dixa-api/versions/041e058483f0/schema)
