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

# Prediction Read

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

Read a prediction.

## Path parameters

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

## Response `200`

Successful Response

- PredictionReadRes
  - `prediction_id` string, required — The prediction ID
  - `model` string, required — The model reference (weave:// URI)
  - `inputs` object, required — The inputs to the prediction
  - `output` unknown, required
  - `evaluation_run_id` string, nullable — Evaluation run ID if this prediction is linked to one
  - `wb_user_id` string, nullable — Do not set directly. Server will automatically populate this field.

## 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** `d6e39f7c717d` — 1 info
  - api operation id `prediction_read` removed and replaced with `prediction_read_v2__entity___project__predictions__prediction_id__get`
- **2025-11-14** `e444bf379e61` — 1 info
  - endpoint added
- **2025-11-14** `b6cf2a1c4dac` — 1 breaking
  - api path removed without deprecation

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