Results
Get Experiment Run Result
Retrieve a single experiment result.
Identified by result_id. Returns the per-document result with its
lifecycle status, timing, and produced artifact. Returns 404 if no result
with that ID exists.
GET
Fetch one experiment result by its opaque
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
One experiment result for a single document, addressed by run_id and 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 A resource produced by a workflow step.
An (operation, id) reference. The artifact itself carries no payload —
consumers dispatch on operation and fetch the referenced record by id.