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

# Get

`GET /teams/{id}`

Get team by TeamId.

## Path parameters

- `id` integer, required

## Response `200`

List of teams.

- Team — Team model
  - `id` integer — The unique identifier of the team.
  - `name` string — The name of the team.
  - `description` string — The description of the team.
  - `personal_team` boolean — Whether the team is personal or not.
  - `created_at` string — The date and time the team was created.
  - `updated_at` string — The date and time the team was last updated.
  - `show_boarding` boolean — Whether to show the boarding screen or not.
  - `custom_server_limit` string — The custom server limit.
  - `is_build_server_fallback_enabled` boolean — Whether deployments can fall back to the deployment server when no usable dedicated build server is available.
  - `members` User[] — The members of the team.
    - `id` integer — The user identifier in the database.
    - `name` string — The user name.
    - `email` string — The user email.
    - `email_verified_at` string — The date when the user email was verified.
    - `created_at` string — The date when the user was created.
    - `updated_at` string — The date when the user was updated.
    - `two_factor_confirmed_at` string — The date when the user two factor was confirmed.
    - `force_password_reset` boolean — The flag to force the user to reset the password.
    - `marketing_emails` boolean — The flag to receive marketing emails.

## Other responses

- `400` — Invalid token.
- `401` — Unauthenticated.
- `404` — Resource not found.

## Changes

- **2026-09-26** `f8b16020e5dd` — 1 info
  - added the optional property `is_build_server_fallback_enabled` to the response with the `200` status
- **2026-09-19** `b5f81ea5b5b5` — 1 warning
  - removed the optional property `is_build_server_fallback_enabled` from the response with the `200` status
- **2026-09-19** `60800f6a50b5` — 1 info
  - added the optional property `is_build_server_fallback_enabled` to the response with the `200` status

[Change history](https://skmtc.dev/coollabsio/apis/coolify/changes/teams/:id/get.md)

---

[API](https://skmtc.dev/coollabsio/apis/coolify.md) · [All operations](https://skmtc.dev/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc.dev/coollabsio/apis/coolify/revisions/5fe936a59290?raw)
