---
title: "List teams"
method: GET
path: "/teams"
tags: ["teams"]
---

# List teams

`GET /teams`

Returns the teams for a plan

## Query parameters

- `count` integer
- `offset` integer
- `orderby` string[]

## 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
- `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/revisions/45caf50be25e/schema)
