GET
/
v1
/
run_metric
/
{run_id}
curl --request GET \
  --url https://api.getscorecard.ai/v1/run_metric/{run_id} \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": 123,
    "run_id": 123,
    "metric_id": 123,
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-API-Key
string
header
required

Path Parameters

run_id
integer
required

The id of the run to retrieve.

Example:

310

Response

200
application/json
Successful Response
id
integer | null
run_id
integer | null
metric_id
integer | null
created_at
string | null

Was this page helpful?