Skip to main content
POST
Get Experiment Analytics Batch

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null
X-API-Key
string | null

Path Parameters

experiment_id
string<uuid>
required

Body

application/json
sections
enum<string>[]
required
Required array length: 1 - 7 elements
Available options:
rankings,
confidence,
statistics,
insights,
parameter_analysis,
candidate_benchmark,
decision_overview
rankings
AnalyticsBatchRankingsRequest · object

Response

Successful Response

candidate_benchmark
CandidateBenchmarkResponse · object | null

Benchmark-only candidate-level aggregate analytics.

confidence
ConfidenceResponse · object | null

Confidence metrics for an experiment.

overall_confidence is the headline DECISION confidence (how sure we are the recommended configuration beats a typical one). signal_strength is the PPC predictability sub-metric (null-safe honesty guard). The per-claim parameter_report + recommended_config carry the "big picture".

decision_overview
DecisionOverviewResponse · object | null

Canonical decision-first standard results response.

errors
Errors · object
insights
InsightResponse · object[] | null
parameter_analysis
Parameter Analysis · object | null
rankings
RankingsListResponse · object | null

List of rankings for an experiment.

statistics
Statistics · object | null