Get an experiment with per-variant metrics
Experiments
Get an experiment with per-variant metrics
Use when: caller has an experiment id and wants its current configuration plus per-variant headline metrics in one read (primary detail view)
Returns the full experiment record plus the latest aggregated metrics row for each variant (A and B). Use this as the primary read endpoint for the experiment detail page.
GET
Get an experiment with per-variant metrics
Documentation Index
Fetch the complete documentation index at: https://docs.verlon.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Layer API key (prefixed sk-). Generated from the dashboard under Settings → API Keys, or via layer key create in the CLI.
Response
{ test, metrics: { variantA, variantB } }.