Get Scores for Source

Retrieve all scores for a specific source.

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

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 Required

Source type (trace, span, generation, session)

source_id string Required

UUID of the source

label_id string Optional

Filter by label UUID

annotator_id string Optional

Filter by annotator UUID

Response

200 OK
id string
UUID of the score.
source_type string
The source type.
source_id string
UUID of the source.
label_id string
UUID of the label used.
label_name string
Display name of the label.
label_type string
Type of the label.
value object
The score value.
score_source string
Origin of the score.
notes string
Attached notes, if any.
annotator string
UUID of the annotator.
annotator_name string
Display name of the annotator.
annotator_email string
Email of the annotator.
queue_item string
UUID of the associated queue item, if any.
created_at string
ISO 8601 timestamp of creation.
updated_at string
ISO 8601 timestamp of last update.
GET /
Authentication
REQUEST
 
RESPONSE