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

# Get team by identifier

`GET /teams/{team-identifier}`

Returns a team with the given identifier

## Response `200`

OK

- Team
  - `identifier` string, required
  - `name` string, required
  - `planIdentifier` string, required
  - `isSystemManaged` boolean, required — System teams are Owners and Users, and cannot be deleted

## Other responses

- `401` — Problem Details
- `403` — Problem Details
- `404` — Problem Details
- `429` — Too Many Requests

---

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