Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Timbal API key. Obtain your API key from the Timbal platform settings. See Authentication for more information.

Path Parameters

org_id
string
required
project_id
string
required
env_id
string
required
eval_run_id
string
required

Response

Eval run fetched successfully

One eval run against a workforce component (deploy gate or manual).

component
object
required

The workforce component the evals ran against.

created_at
string<date-time>
required
id
string
required
started_at
string<date-time>
required
status
string
required

running | passed | failed | error.

trigger_type
string
required

What started the run: deploy | manual | push.

commit_hash
string | null

Git commit SHA the evals executed against.

deployment_id
string | null

The Deployments row this run gated. NULL for manual runs.

finished_at
string<date-time> | null
logs
string | null

Captured CLI output (only when include_logs=true).

results
any

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.

status_detail
string | null

Short human summary, e.g. "1 failed, 2 passed in 12.40s".

trigger_id
string | null

Deploy batch id — matches Deployments.trigger_id.