---
search:
  tags:
    - teams
    - GET
seo:
  description: >-
    Returns full details of a specific team including all members. Reference for
    the GET /teams/{id} endpoint in the Leadtime Public API API.
sidebar:
  badge: GET
  label: Get team details
title: Get team details
type: openapi-operation
---
Returns full details of a specific team including all members.

**What is returned:**
- Team identification (ID, name, icon emoji)
- Number of users in the team
- Complete list of all team members with:
  - User ID
  - First and last name
  - Avatar file ID (if available)

**Use cases:**
- Displaying team information in a detail view
- Verifying team membership before making changes
- Getting complete team data for editing

**Note:** Returns 404 if the team does not exist or has been deleted. This endpoint requires the Teams.manage permission.

<Operation source="api-reference" id="teamscontroller-getteamdetails" />
