Get Scores for Source
Retrieve all scores for a specific source.
GET
https://api.futureagi.com/model-hub/scores/for-source/ Authentication
Query parameters
source_type
Source type (trace, span, generation, session)
source_id
UUID of the source
label_id
Filter by label UUID
annotator_id
Filter by annotator UUID
Response
200 OK id
UUID of the score.
source_type
The source type.
source_id
UUID of the source.
label_id
UUID of the label used.
label_name
Display name of the label.
label_type
Type of the label.
value
The score value.
score_source
Origin of the score.
notes
Attached notes, if any.
annotator
UUID of the annotator.
annotator_name
Display name of the annotator.
annotator_email
Email of the annotator.
queue_item
UUID of the associated queue item, if any.
created_at
ISO 8601 timestamp of creation.
updated_at
ISO 8601 timestamp of last update.