Retrieves detailed information about a specific team by its UUID
GET
curl -i -X GET \
'https://api.rhythms.ai/rest/v2/teams/{id}'Success
Response
{
"uuid": "string",
"parent_uuid": null,
"display_name": "string",
"is_org": false,
"description": null,
"path": null,
"status": "active",
"depth": 0,
"viva_goals_team_id": null,
"icon": null,
"color": null
}