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

# Get

`GET /organizations/{organizationId}/teams/{teamId}`

## Path parameters

- `organizationId` string, required
- `teamId` string, required

## Response `200`

OK

- object
  - `team` Team, required
    - `color` 'blue' | 'green' | 'yellow' | 'orange' | 'red' | 'beaver' | 'dark-blue' | 'purple' | 'pink' | 'white' | 'grey' | 'black', required
    - `name` string, required
    - `userIds` string[], required
    - `createdAt` string, date-time, required
    - `createdBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `createdById` string, required
    - `id` string, required
    - `modelObjectHandleIds` string[], required
    - `organizationId` string, required
    - `updatedAt` string, date-time, required
    - `updatedBy` 'user' | 'api-key' | 'notification-key' | 'service', required
    - `updatedById` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server

## Changes

- **2026-06-03** `181c90adca5e` — 1 breaking, 2 info
  - the `team/name` response property's maxLength was increased from `128` to `4000` for the response status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/icepanel/apis/icepanel-api/changes/organizations/:organizationId/teams/:teamId/get.md)

---

[API](https://skmtc.dev/icepanel/apis/icepanel-api.md) · [All operations](https://skmtc.dev/icepanel/apis/icepanel-api/llms.txt) · [OpenAPI document](https://skmtc.dev/icepanel/apis/icepanel-api/revisions/55f4e7385012?raw)
