faceit_getTeam
Retrieve full team details from FACEIT. Provide the team ID to get team name, roster, and statistics.
Instructions
Retrieve team details
Use when you already have the team_id and want the full team record.
Endpoint: GET /teams/{team_id}
Parameters:
team_id (path, str, required): The id of the team
Returns: Team details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes |