---
title: "Return a team for a given team id."
method: GET
path: "/teams/{id}"
tags: ["Teams"]
---

# Return a team for a given team id.

`GET /teams/{id}`

Returns the team referenced by *id*.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- object
  - `_id` string — The Kenjo _id of the team.
  - `name` string — The name of the team.

## Other responses

- `400` — BAD REQUEST. This is a wrong request in the client side due to invalid body or params.
- `401` — UNAUTHORIZED. The Authorization header is incorrect, not provided or the token expired.

---

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