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

# Get team

`GET /teams/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Successfully retrieved team's information

- object
  - `team` object, required
    - `id` integer, required — Global ID of the team
    - `name` string, required
    - `description` string
    - `assetIds` integer[] — List of asset IDs that the team is responsible for
    - `membersCount` integer, required — Number of team members
    - `locationIds` integer[] — List of location where the team is operating

## Other responses

- `400` — Error with query
- `401` — Invalid token
- `404` — Could not find the specified team or the user cannot access it.

---

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