API ReferenceLabels
List Labels
List labels with usage counts.
Paginate with offset to read past the first limit rows; the
vocabulary can exceed a single page (the prior no-offset cap left labels
beyond 1000 unreachable).
Query Parameters
limit?Limit
Range
1 <= value <= 1000Default
100offset?Offset
Range
0 <= valueDefault
0order_by?Order By
Default
"name"order_desc?Order Desc
Default
falseResponse Body
application/json
application/json
curl -X GET "https://example.com/labels"[ { "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": {} } ]}