Skip to main content
GET
Get run metric summary

Authorizations

Authorization
string
header
required

API key authorization. Pass your API key in the Authorization header as a Bearer token. Both new (gsk_*) and legacy (gsk-) API keys are accepted, e.g. Authorization: Bearer gsk_... or Authorization: Bearer gsk-....

Path Parameters

id
string
required

Run ID

Example:

"run_123"

Response

Metric summary retrieved successfully

metricId
string
required
Example:

"metric_123"

metricName
string
required
Example:

"Factual Accuracy"

evaluationCount
integer
required

Evaluations of this metric that carry a score, not every evaluation

Example:

24

mean
number
required

Mean reported score, on the metric’s own 0-1 scale

Example:

0.82

min
number
required
Example:

0.4

max
number
required
Example:

1