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.
result_id. Use this to refresh a
single document result without re-listing every result for the parent
experiment run.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Successful Response
One experiment block execution for a single document, addressed by experiment_run_id and document_id.
The result row has been created but execution has not started.
- PendingWorkflowExperimentResult
- QueuedWorkflowExperimentResult
- RunningWorkflowExperimentResult
- CompletedWorkflowExperimentResult
- ErrorWorkflowExperimentResult
- CancelledWorkflowExperimentResult
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.