---
title: "GET /api/v1/teams"
method: GET
path: "/api/v1/teams"
---

# GET /api/v1/teams

`GET /api/v1/teams`

Returns information of all the teams

## Response `200`

success

- Team[]
  - `id` string, required — ID of the team
  - `modifiedBy` string, required — ID of user who last modified this
  - `settings` object — Team settings
  - `signupToken` string, required — Token required to register new users
  - `title` string — Title of the team
  - `updateAt` integer, required — Updated time

## Other responses

- `default` — internal error

## Changes

- **2022-03-22** `cdfed1e96572` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mattermost/apis/focalboard-server/changes/api/v1/teams/get.md)

---

[API](https://skmtc.dev/mattermost/apis/focalboard-server.md) · [All operations](https://skmtc.dev/mattermost/apis/focalboard-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mattermost/focalboard-server/revisions/e8bd8dee7882/schema)
