getTeam

fun getTeam(id: Long): Team

Retrieves details of a specific Team by its ID.

Return

The Team as a Team object.

Parameters

id

The unique identifier of the Team to retrieve.

Throws

If a generic error occurs during the API call.

If the provided credentials are invalid.

If the maximum number of retries is exceeded due to rate-limiting.