---
title: "Retrieve a team"
method: GET
path: "/v1/teams/{team_id}"
tags: ["Teams"]
---

# Retrieve a team

`GET /v1/teams/{team_id}`

Retrieve an existing team.

If you are using a personal access token, you need to have an access level greater or equal to `member`.

## Path parameters

- `team_id` integer, required

## Response `200`

Team details

- object
  - `id` integer
  - `name` string
  - `description` string, nullable — team description.
  - `is_global` boolean
  - `gitguardian_url` string
  - `external_provider_id` string, nullable — ID of the external provider associated to the team.

## Other responses

- `400` — Invalid data
- `401` — Invalid API key
- `403` — Forbidden Call
- `404` — Team not found
- `503` — API under maintenance

---

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