---
title: "Get team details"
method: GET
path: "/teams/{team_id}"
tags: ["Teams"]
---

# Get team details

`GET /teams/{team_id}`

Get details of a specific team.

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

## Path parameters

- `team_id` number, required

## Response `200`

OK

- TeamDetails
  - `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.
  - `is_team_suspended` boolean — If team is suspended
  - `is_end_of_trial_active` boolean — Shows if end of trial period happened already
  - `trial_days_left` number — Shows days of trial left

---

[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)
