---
title: "Get the details of a specific team within an organization."
method: GET
path: "/orgs/{org}/teams/{team}/"
tags: ["orgs"]
---

# Get the details of a specific team within an organization.

`GET /orgs/{org}/teams/{team}/`

Get the details of a specific team within an organization.

## Response `200`

Retrieved the details of the requested team.

- OrganizationTeam
  - `description` string, nullable — A detailed description of the team.
  - `name` string, required — A descriptive name for the team.
  - `slug` string, slug
  - `slug_perm` string, slug
  - `visibility` 'Visible' | 'Hidden'

## Other responses

- `400` — Request could not be processed (see detail).
- `404` — Team not found.
- `422` — Missing or invalid parameters (see detail).

---

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