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

# List teams

`GET /teams`

List the teams (workspaces) in the company.

Required scope: `teams:read`

## Response `200`

Array of teams

- object
  - `_links` object
    - `self` string — Link to resource
  - `_results` TeamPreviewResponse[]
    - `_links` object, required
      - `self` string — Link to resource
    - `id` string, required — Unique identifier of the team
    - `name` string, required — Name of the team

---

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