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
offset?Offset
order_by?Order By
order_desc?Order Desc
Response 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": {} } ]}