Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.verial.ai/llms.txt

Use this file to discover all available pages before exploring further.

View Criterion Runs, the per-criterion results produced by the verification engine.

Actions

ActionDescription
listList all criterion runs for a task run
getGet a criterion run by ID

Parameters

list

ParameterTypeRequiredDescription
taskRunIdstringyesTask run ID to list criterion runs for

get

ParameterTypeRequiredDescription
idstringyesCriterion run ID

Examples

List criterion runs for a task run

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

Get a criterion run with evidence

{
  "action": "get",
  "id": "crun_01H..."
}