Skip to main content
GET
Fetch one experiment by id. The response includes the latest run status, score, staleness, and schema-drift information — the same shape as the listing endpoint.

Authorizations

Authorization
string
header
required

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

Path Parameters

experiment_id
string
required

Response

Successful Response

An experiment that evaluates a workflow block against a set of documents, with its latest run status and score.

id
string
required
workflow_id
string
required
block_id
string
required
n_consensus
enum<integer>
required
Available options:
3,
5,
7
name
string
required
block_type
enum<string>
required
Available options:
extract,
classifier,
split,
for_each
document_count
integer
default:0
last_run_id
string | null
created_at
string<date-time>

When the experiment was created

updated_at
string<date-time>

When the experiment was last updated

status
enum<string>
default:draft
Available options:
draft,
processing,
completed,
failed,
cancelled
score
number | null
is_stale
boolean
default:false
freshness
ArtifactFreshness · object
freshness_state
enum<string>
default:unknown
Available options:
fresh,
stale,
unknown
freshness_reasons
string[]
run_plan_mode
enum<string>
default:unknown
Available options:
run,
noop,
conflict,
unknown
rerunnable_document_count
integer
default:0
schema_drift
enum<string>
default:unknown
Available options:
none,
partial,
drifted,
unknown
schema_drift_detail
string | null
drift
ArtifactDrift · object