List Scores
List scores with optional filters.
GET
https://api.futureagi.com/model-hub/scores/ Authentication
Query parameters
source_type
Filter by source type
source_id
Filter by source UUID
label_id
Filter by label UUID
annotator_id
Filter by annotator UUID
page
Page number (default: 1)
page_size
Results per page (default: 20)
Response
200 OK count
Total number of matching scores.
next
URL for the next page, or null.
previous
URL for the previous page, or null.
results
Array of Score objects. Each contains id, source_type, source_id, label_id, label_name, label_type, value, score_source, notes, annotator, annotator_name, annotator_email, queue_item, created_at, and updated_at.