---
title: "GET /alerting/teams/{teamid}"
method: GET
path: "/alerting/teams/{teamid}"
tags: ["Teams"]
---

# GET /alerting/teams/{teamid}

`GET /alerting/teams/{teamid}`

Returns a team with its members

## Path parameters

- `teamid` integer, required

## Response `200`

Successful operation

- TeamID
  - `team` AlertingTeamID
    - `id` integer — Team identifier
    - `name` string — Team name
    - `members` Members[]
      - `id` integer — Contact identifier
      - `name` string — The team member’s name
      - `type` 'user' | 'contact' — Type defines whether the member is a user (login user) or a contact only

---

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