Retrieves detailed information about a specific label by its UUID
GET
curl -i -X GET \
'https://api.rhythms.ai/rest/v2/labels/{id}'Success
Response
{
"uuid": "string",
"name": "string",
"is_group": false,
"parent_uuid": null,
"labelings_count": 0,
"description": null,
"creator_uuid": null,
"color": null
}