GET
/
runs
/
{run_id}
/
result

Authorizations

Authorization
string
headerrequired

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

Path Parameters

run_id
string
required

Query Parameters

project_id
string
required
aggregate_function
enum<string>
Available options:
average,
min,
max,
median,
p95,
p99,
p90,
sum,
count

Response

200 - application/json
status
string
success
boolean
passed
string[]
failed
string[]
metrics
object
datapoints
object[]