List Labels
List annotation labels with optional filters.
GET
https://api.futureagi.com/model-hub/annotations-labels/ Authentication
Query parameters
type
Filter by label type
search
Search labels by name
include_usage_count
Include usage count per label
page
Page number (default: 1)
page_size
Results per page (default: 20)
Response
200 OK count
Total number of matching labels.
next
URL for the next page, or null.
previous
URL for the previous page, or null.
results
Array of Label objects. Each contains id, name, type, description, settings, created_at, updated_at, and optionally usage_count.