Skip to main content
GET
/
v1
/
runs
/
{run_id}
Get details of an evaluation run
curl --request GET \
  --url https://api.honeyhive.ai/v1/runs/{run_id} \
  --header 'Authorization: Bearer <token>'
{
  "evaluation": "<unknown>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

run_id
string
required

Response

Successful response

evaluation
any