---
title: "Fetch team"
method: GET
path: "/teams/{id}"
tags: ["Teams"]
---

# Fetch team

`GET /teams/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- object
  - `id` integer, required — The ID of the team
  - `resource_type` 'Team', required — The resource type of the team
  - `name` string, required — The name of the team
  - `created_at` string, date-time, required — When the team was created
  - `updated_at` string, date-time, required — When the team was updated

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.dev/kisi/apis/kisi-api.md) · [All operations](https://skmtc.dev/kisi/apis/kisi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kisi/kisi-api/revisions/998700ffff5a/schema)
