List scores
List scores with optional filters. Supports filtering by target (span, trace, session), score name, source, level, type, annotator, config name, and time range. All filter parameters accept comma-separated values for multi-value matching.
Ordering: use the ordering query param to sort results. Prefix a field name with - for descending. Default is -created_at. Valid fields: created_at, name, score_type, source, score_level, annotator_id, config_name, timestamp. The timestamp field sorts by the underlying target’s timestamp (span/trace/session ingest time), which is not exposed as a separate field in the response.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Application UUID (required for auth scoping and partition pruning)
Filter by span ID(s). Comma-separated for multiple values.
Filter by trace ID(s). Comma-separated for multiple values.
Filter by session ID(s). Comma-separated for multiple values.
Filter by score name(s). Comma-separated for multiple values.
Filter by score source(s). Comma-separated for multiple values. Accepts evaluator for reading (POST restricts to non-evaluator sources).
evaluator, human, llm, code Filter by score level(s). Comma-separated for multiple values.
span, trace, session Filter by score type(s). Comma-separated for multiple values.
numeric, boolean, categorical, text, vector Filter by annotator ID(s). Comma-separated for multiple values.
Filter by config name(s). Comma-separated for multiple values.
Filter by score UUID(s). Comma-separated for multiple values.
Scores with target timestamp >= start_time (ISO 8601). Filters on the underlying event's timestamp (span/trace/session ingest time), not the score's created_at.
Scores with target timestamp < end_time (ISO 8601). Filters on the underlying event's timestamp (span/trace/session ingest time), not the score's created_at.
Number of results per page (default 100, max 500)
x <= 500Offset for the pagination
Allows you to order results by any field. For desc order prefix field name with - and provide comman separated values for multiple fields