---
title: "the run one iteration of an eval run answered, as its scorers read it"
method: GET
path: "/w/{workspace}/ai_evals/run_payload"
tags: ["ai_evals"]
---

# the run one iteration of an eval run answered, as its scorers read it

`GET /w/{workspace}/ai_evals/run_payload`

Called by the step a run's flow places between the agent and its scorers. Every tool call is enriched with the arguments, result, status and duration of the job that ran it, and with the schema of the script version it ran, none of which the flow itself can read.

## Path parameters

- `workspace` string, required

## Query parameters

- `job_id` string, uuid, required

## Response `200`

the run and its rendering

- object
  - `run` object, required — The case, the answer, and every tool call the agent made.
  - `rendered` string, required — The same run as a judge agent is shown it.

## Changes

- **2026-08-24** `5afc9f1a93f5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/ai_evals/run_payload/get.md)

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/7b281701c340/schema)
