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

# Retrieve a team

`GET /teams/{id}`

Retrieves the team with the specified ID.

## Path parameters

- `id` string, required

## Response `200`

Team retrieved successfully.

- TeamDetailDto
  - `id` string, required
  - `name` string, required
  - `avatarUrl` string, nullable, required
  - `description` string, nullable, required
  - `emailAddresses` OrganizationalEmailAddressDto[], required
    - `email` string, email, required
    - `purpose` 'personal' | 'work', nullable, required
    - `isPrimary` boolean, required
  - `phoneNumbers` OrganizationalPhoneNumberDto[], required
    - `phoneNumber` string, required
    - `purpose` 'personal' | 'work', nullable, required
    - `isPrimary` boolean, required
  - `offices` TeamOfficeDto[], required
    - `id` string, required
    - `name` string, required
  - `createdAt` string, date-time, required

## Other responses

- `400` — Bad Request
- `500` — Error response

---

[API](https://skmtc.net/spott/apis/spott-webhooks.md) · [All operations](https://skmtc.net/spott/apis/spott-webhooks/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spott/spott-webhooks/versions/ad1f8c51cf0a/schema)
