List Scores

List scores with optional filters.

GET https://api.futureagi.com/model-hub/scores/

Authentication

X-Api-Key API Key Required

Your Future AGI API key used to authenticate requests. You can find and manage your API keys in the Dashboard under Settings.

X-Secret-Key Secret Key Required

Your Future AGI secret key, used alongside the API key for request authentication. This is generated when you create an API key in the Dashboard.

Query parameters

source_type string Optional

Filter by source type

source_id string Optional

Filter by source UUID

label_id string Optional

Filter by label UUID

annotator_id string Optional

Filter by annotator UUID

page number Optional

Page number (default: 1)

page_size number Optional

Results per page (default: 20)

Response

200 OK
count integer
Total number of matching scores.
next string
URL for the next page, or null.
previous string
URL for the previous page, or null.
results array
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.
GET /
Authentication
REQUEST
 
RESPONSE