Get Label
Get a specific label by ID.
Path Parameters
label_id*Label Id
Response Body
application/json
application/json
curl -X GET "https://example.com/labels/string"{ "id": "string", "name": "string", "color": "string", "description": "string", "created_at": "string", "updated_at": "string", "usage_count": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}