v4

OpenAPI 3.1.02026-08-01207318738.7 KB
Labels

Get a label by name

get/api/v1/labels/{name}

Path parameters

namestring required

Label name

Example:verified

Label name

Response

Label details

colorstring nullable required

Hex color for the label (e.g. #0366d6)

descriptionstring nullable required

Label description

homepageboolean required

Whether label is shown on homepage

namestring required

Label name

usage_countnumber required

Number of documents with this label

verifiedboolean required

Whether label is verified

Example response

{
  "color": "#0366d6",
  "description": "Important items that need attention",
  "name": "verified"
}