---
title: "Get a team"
method: GET
path: "/v1/teams/{id}"
tags: ["Team"]
---

# Get a team

`GET /v1/teams/{id}`

Retrieves a single team by id.

## Response `200`

Retrieves a single team by id.

- object
  - `data` Team
    - `id` string
    - `name` string
    - `members` string[]
    - `externalId` string
    - `source` string
    - `industries` Reference[]
      - `id` string
      - `type` string — The referenced resource type, e.g. "user" or "team".
    - `sectors` Reference[]
      - `id` string
      - `type` string — The referenced resource type, e.g. "user" or "team".
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Missing or invalid API key credentials.
- `404` — The resource does not exist in your organization.

---

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