---
title: "Prediction List V2"
method: GET
path: "/v2/{entity}/{project}/predictions"
tags: ["V2 -- Predictions"]
---

# Prediction List V2

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

List predictions.

## Path parameters

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

## Query parameters

- `evaluation_run_id` string, nullable
- `limit` integer, nullable
- `offset` integer, nullable

## Response `200`

Stream of data in JSONL format

## Other responses

- `422` — Validation Error

## Changes

- **2025-11-06** `2cc05861444e` — 6 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/inputs` to the response with the `200` status
  - added the required property `items/model` to the response with the `200` status
  - …2 more
- **2025-11-06** `e0fa7a1a394a` — 1 info
  - api operation id `prediction_list_v2_v2__entity___project__predictions_get` removed and replaced with `prediction_list_v2`
- **2025-11-05** `d93d10582b06` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wandb/apis/fastapi/changes/v2/:entity/:project/predictions/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/148dfd663d45/schema)
