Get Eval Run
Get a single eval run, including its logs.
Authorizations
Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.
Path Parameters
Response
Eval run fetched successfully
One eval run against a workforce component (deploy gate or manual).
The workforce component the evals ran against.
running | passed | failed | error.
What started the run: deploy | manual | push.
Git commit SHA the evals executed against.
The Deployments row this run gated. NULL for manual runs.
Captured CLI output (only when include_logs=true).
Structured per-eval results (timbal >= 2.2.9): a flat array of
per-eval objects — params/output/usage/validator verdicts/captured
output. On the list endpoint only when include_results=true;
NULL for runs that predate structured capture or died before the
report.
Short human summary, e.g. "1 failed, 2 passed in 12.40s".
Deploy batch id — matches Deployments.trigger_id.