Create a workflow-test run against the current workflow draft. A run can execute one saved test, every test for one block, or every test in the workflow. The response is a run resource. Use itsDocumentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
id with the run-id-first endpoints:
Get Workflow Test Run, List Test
Run Results, and Get Test
Run Result.
The request body provides exactly one of:
test_id - run a single test by id.target - run every test for one block ({ "type": "block", "block_id": "..." }).n_consensus is optional and only meaningful for extract, split, and classifier
blocks. Allowed values are 3, 5, or 7; the override applies to this run
only.
Successful Response
Reference to the workflow + immutable version that drove the run.
The class name is retained temporarily for compatibility with surrounding
run-model code, but public API output uses version_id rather than
snapshot identity.
Manual run started by a user from the dashboard.
Public workflow-test target.
The storage layer remains block-scoped today, but the API shape names the tested entity explicitly so workflow-level targets can be added later.