List voice-eval runs
List evaluation runs, newest first, with cursor pagination. Filter by agent, golden set, status, or a created-at window. Use this to feed the runs index table and to find a run id for the detail and regression-delta views.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Query Parameters
Restrict to one agent.
200Restrict to one golden set.
200Restrict to one lifecycle status.
queued, running, completed, failed created_at lower bound (inclusive).
created_at upper bound (inclusive).
Page size (default 20, max 100).
1 <= x <= 100Opaque cursor from a previous page's next_cursor.