# Retrieves the details of a specific team using its Retrieves the details of a specific team using its Id. Endpoint: GET /teams/{id} Version: v1 Security: Organisation ## Path parameters: - `id` (string, required) Id of the team to retrieve. ## Response 200 fields (application/json): - `id` (string) Example: "tem_123abc456def" - `name` (string) Example: "Test organisation" - `isAdmin` (boolean) - `members` (array) - `members.fullName` (string) Example: "John Doe" - `members.emailAddress` (string) Example: "hello@example.com" - `members.organisationUserId` (string) Example: "ou_123abcdeg456"