Trigger an experiment run with the current draft block configuration. This is the call that produces metrics: it re-processes every experiment document through the block withDocumentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
n_consensus parallel passes per document.
Use it after creating an experiment, after editing the block, or after
changing the document set.
The endpoint is async — it returns a job_id immediately. Poll the job
with Get Job until it reaches a terminal
status, then read the new metrics with
Get Experiment Metrics.
Optional fields:
n_consensus — override the experiment’s stored consensus count for
this run only (3, 5, or 7).retry_failed_only — re-run only the documents that failed in the
latest run instead of starting a fresh run. Returns 409 if the latest
run has nothing to retry.Successful Response
3, 5, 7 Slim summary of the previous completed run, attached to a
:class:RunExperimentResponse so the caller can compute deltas
without an extra fetch.