v1
latestOpenAPI 3.1.02026-07-2618690613.4 KBLabels
List labels
Retrieve all labels in the organization.
get/v1/labels
Response
List of all labels in the organization
Example response
{
"labels": [
{
"name": "Production",
"verified": true,
"usage_count": 12,
"color": "#0366d6",
"description": "Documents based on dev schemas"
}
]
}