> For the complete documentation index, see [llms.txt](/llms.txt).
> A full single-fetch corpus is available at [llms-full.txt](/llms-full.txt).
---
title: "List scores"
description: "List individual scorer results across runs, for building custom dashboards."
method: "GET"
endpoint: "/api/v1/projects/:projectId/eval/scores"
order: 15
group: "Analyze a run"
last_verified: 2026-07-27
---



`GET /api/v1/projects/:projectId/eval/scores`

List individual scorer results across runs, for building custom dashboards.


  #### Query parameters
  - `experiment_run_id` _string_ — Filter to a single experiment run. Alias: run_id.
  - `experiment_run_item_id` _string_ — Filter to a single run item. Alias: run_item_id.
  - `subject_type` _string_ — Filter by what was scored, e.g. experiment_run_item, trace, or production_run.
  - `subject_id` _string_ — Filter to a single subject, paired with subject_type.
  - `scorer_id` _string_ — Filter to a single scorer's UUID.
  - `deployment_id` _string_ — Filter to a single deployment.
  - `created_after` _string_ — Only scores created after this time, as RFC 3339 or epoch seconds/milliseconds. Alias: since.
  - `created_before` _string_ — Only scores created before this time, as RFC 3339 or epoch seconds/milliseconds. Alias: until.
  - `page` _integer_ — Page number. Defaults to 1.
  - `page_size` _integer_ — Results per page. Defaults to 50.



> There's no way to filter scores by an experiment's own ID directly — filter by `experiment_run_id` (a specific run of that experiment) instead. List an experiment's runs first via [List runs](#list-runs).



