Skip to main content
GET
List voice evaluation runs

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

agent_id
string

Filter by agent ID

golden_set_id
string

Filter by golden set ID

status
string

Filter by run status (e.g., pending, completed, failed)

from
string

Filter runs created on or after this ISO 8601 timestamp

to
string

Filter runs created on or before this ISO 8601 timestamp

cursor
string

Opaque cursor for pagination (from next_cursor in previous response)

limit
integer
default:20

Number of runs to return per page

Required range: 1 <= x <= 200

Response

200 - application/json

List of voice evaluation runs retrieved successfully

data
object