v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBLabels
Get label
Retrieve a single label by name.
get/v1/labels/{labelName}
Path parameters
labelNamestring required
The label name. Lookup is case-insensitive.
URL-encode special characters (e.g., In%20Review for "In Review").
Response
Label details
Example response
{
"name": "Production",
"verified": true,
"usage_count": 12,
"color": "#0366d6",
"description": "Documents based on dev schemas"
}