---
title: "Score List"
method: GET
path: "/v2/{entity}/{project}/scores"
tags: ["Scores"]
---

# Score List

`GET /v2/{entity}/{project}/scores`

List scores.

## Path parameters

- `entity` string, required
- `project` string, required

## Query parameters

- `evaluation_run_id` string, nullable — Filter by evaluation run ID
- `limit` integer, nullable — Maximum number of scores to return
- `offset` integer, nullable — Number of scores to skip

## Response `200`

Stream of data in JSONL format

## Other responses

- `422` — Validation Error

## Changes

- **2026-02-02** `56745769989b` — 1 info
  - endpoint added
- **2026-01-07** `3758bf263a5e` — 1 breaking
  - api path removed without deprecation
- **2026-01-07** `320e24f90749` — 5 info
  - added the optional property `items/evaluation_run_id` to the response with the `200` status
  - added the optional property `items/wb_user_id` to the response with the `200` status
  - added the required property `items/score_id` to the response with the `200` status
  - added the required property `items/scorer` to the response with the `200` status
  - …1 more
- **2026-01-07** `d6e39f7c717d` — 4 breaking, 2 warning, 1 info
  - the `items/` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `items/score_id` from the response with the `200` status
  - removed the required property `items/scorer` from the response with the `200` status
  - removed the required property `items/value` from the response with the `200` status
  - …3 more
- **2025-11-14** `e444bf379e61` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/wandb/apis/fastapi/changes/v2/:entity/:project/scores/get.md)

---

[API](https://skmtc.dev/wandb/apis/fastapi.md) · [All operations](https://skmtc.dev/wandb/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wandb/fastapi/revisions/56745769989b/schema)
