Skip to main content
GET
Fetch an experiment run by run_id. Use this while polling for lifecycle.status, then inspect child records with List Experiment Run Results or metrics with Get Experiment Run Metrics.

Authorizations

Authorization
string
header
required

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

Path Parameters

run_id
string
required

Response

Successful Response

A single execution of an experiment, identified by id.

id
string
required
workflow_id
string
required
workflow_version_id
string
required
trigger
ExperimentRunTrigger · object
required
experiment_id
string
required
block_id
string
required
block_type
enum<string>
required
Available options:
extract,
classifier,
split,
for_each
n_consensus
enum<integer>
required
Available options:
3,
5,
7
lifecycle
PendingWorkflowExperimentRun · object
required

The experiment run has been created but execution has not started.

timing
ExperimentRunTiming · object
required
block_execution_fingerprint
string
required
documents_fingerprint
string
required
parent_run_id
string | null
block_version_id
string | null
metrics_validity_fingerprint
string | null
metrics_validity_fingerprint_version
integer | null
score
number | null
total_document_count
integer
default:0
completed_document_count
integer
default:0
document_count
integer
default:0
error_count
integer
default:0