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

---

[API](https://skmtc.net/wandb/apis/serverless-training.md) · [All operations](https://skmtc.net/wandb/apis/serverless-training/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wandb/serverless-training/versions/8d8d96fc0fd3/schema)
