Fetch a single immutable run record. Use this after polling Execute Block Tests to inspect the inputs the block ran with, the per-handle outputs, the assertion result, and any warnings or routing decisions.Documentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Immutable record of a single block test execution.
Identity fields (block_id, block_type) are denormalized for standalone queries. Provenance fields live on the test definition only — join via test_id when needed.
Block tests normalized to 1 test = 1 assertion, so there is exactly
one assertion_result per run (or None if the simulation failed or the
test was created without an assertion).
passed, failed, error