Skip to main content
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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

result_id
string
required

Response

Successful Response

One experiment block execution for a single document, addressed by experiment_run_id and document_id.

id
string
required
experiment_run_id
string
required
experiment_id
string
required
document_id
string
required
lifecycle
PendingWorkflowExperimentResult · object
required

The result row has been created but execution has not started.

timing
ExperimentResultTiming · object
required
block_type
enum<string>
required
Available options:
extract,
classifier,
split,
for_each
handle_inputs
Handle Inputs · object
handle_outputs
Handle Outputs · object
artifact
StepArtifactRef · object | null

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.

attempt
integer
default:0