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

# Prediction Read V2

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

Get a prediction.

## Path parameters

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

## Response `200`

Successful Response

- PredictionReadV2Res
  - `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

- **2025-11-06** `e0fa7a1a394a` — 1 info
  - api operation id `prediction_read_v2_v2__entity___project__predictions__prediction_id__get` removed and replaced with `prediction_read_v2`
- **2025-11-05** `d93d10582b06` — 1 info
  - endpoint added

[Change 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/148dfd663d45/schema)
