---
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.
  - `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.

---

[API](https://skmtc.net/coollabsio/apis/coolify.md) · [All operations](https://skmtc.net/coollabsio/apis/coolify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coollabsio/coolify/revisions/08be5dc8e729/schema)
