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

# List all teams

`GET /teams`

Lists all teams available to the user.

Requires <code>read_team_users</code> OAuth access scope.

## Query parameters

- `limit` integer
- `page` integer

## Response `200`

OK

- object
  - `teams` Teams[]
    - `team_id` number — A unique team identifier.
    - `name` string — Team name.
    - `created_at` string — Date and time when team was created.
    - `created_at_timestamp` number — Unix timestamp when the team was created.
    - `plan` string — Current subscription plan of the team.
    - `logo_url` string — Logo url of a team.
    - `role` string — Role in a team for a requesting user.
    - `quota_usage` object — Current quota usage.
      - `users` number — Number of users in the team.
      - `keys` number — Number of keys used across all team projects.
      - `projects` number — Number of projects in the team.
      - `mau` number — Number of monthly active users (for Lokalise SDK).
      - `trafficBytes` number — Number of bytes used in Lokalise OTA
      - `ai_words` number — Number of Lokalise AI words consumed by the team.
    - `quota_allowed` object — Quotas allocated to the team.
      - `users` number — Total number of users allocated to the team.
      - `keys` number — Total number of keys allocated across all team projects.
      - `projects` number — Total number of projects allocated to the team.
      - `mau` number — Total number of monthly active users allocated to the team (for Lokalise SDK).
      - `trafficBytes` number — Number of bytes allowed in Lokalise OTA
      - `ai_words` number — Total number of Lokalise AI words allocated to the team.

---

[API](https://skmtc.net/lokalise/apis/default-projects.md) · [All operations](https://skmtc.net/lokalise/apis/default-projects/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lokalise/default-projects/revisions/7bceba421b12/schema)
