List per-request assignments + metrics for an experiment
Experiments
List per-request assignments + metrics for an experiment
Use when: caller wants the raw per-request assignment trail for an experiment (which variant each request was routed to, with its outcome metrics) for audit or custom analysis
Paginated list of ab_test_requests rows (one per assigned request) with cost, latency, tokens, success, and quality_score. Filter by variant (A or B). Used to drill into per-request behavior on the experiment Results tab.
GET
List per-request assignments + metrics for an experiment
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.
Query Parameters
Required range:
1 <= x <= 500Required range:
x >= 0Response
{ requests: [...], total: number }.