List Annotation Labels — API
List annotation labels with optional filters for type, name search, project, dataset scope, and usage count. Returns a paginated array of label objects.
GET
https://api.futureagi.com/model-hub/annotations-labels/ Authentication
Query parameters
type
Filter by label type
search
Search labels by name
project_id
Filter labels belonging to a specific project
dataset
Filter labels that are valid for a specific dataset
include_usage_count
When true, each label includes trace_annotations_count and annotation_count
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, organization, project, description, settings, allow_notes, created_at. When include_usage_count=true, also includes trace_annotations_count and annotation_count. Errors
401
Invalid or missing API credentials.
500
Unexpected server error.