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

# Get a team

`GET /teams/{id}`

Returns a specific team

## Path parameters

- `id` integer, required

## Response `200`

Successful response

- Team — Team resource
  - `id` integer
  - `name` string
  - `address` string, nullable
  - `email` string, email, nullable
  - `phone` string, nullable
  - `owner_id` integer
  - `active` boolean

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation.md) · [All operations](https://skmtc.net/harpoonapp/apis/harpoon-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/harpoonapp/harpoon-api-documentation/versions/e8fd192f94c6/schema)
