Skip to main content
View eval runs that record the outcome of each eval assertion within a task run.

Actions

ActionDescription
listList all eval runs for a task run
getGet an eval run by ID

Parameters

list

ParameterTypeRequiredDescription
taskRunIdstringyesTask run ID to list eval runs for

get

ParameterTypeRequiredDescription
idstringyesEval run ID

Examples

List eval runs for a task run

{
  "action": "list",
  "taskRunId": "tr_abc123"
}

Get eval run details

{
  "action": "get",
  "id": "er_def456"
}