Results
Get Experiment Run Result
GET
Fetch one experiment result by its opaqueDocumentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
result_id. Use this to refresh a
single document result without re-listing every result for the parent
experiment run.
Authorizations
Path Parameters
Response
Successful Response
Run-scoped per-document experiment result.
The storage row is still named experiment_jobs internally, but the
public contract is a result row addressed by run_id + document_id.
The result row has been created but execution has not started.
- PendingWorkflowExperimentResult
- QueuedWorkflowExperimentResult
- RunningWorkflowExperimentResult
- CompletedWorkflowExperimentResult
- ErrorWorkflowExperimentResult
- CancelledWorkflowExperimentResult
Available options:
extract, classifier, split, for_each Canonical persisted resource produced by a workflow step.
Uniformly a (operation, id) ref into a backing collection. The artifact
itself carries no payload — consumers dispatch on operation and fetch
the backing record by id.