cURL
curl --request GET \ --url https://api.honeyhive.ai/v1/runs/{run_id} \ --header 'Authorization: Bearer <token>'
{ "evaluation": "<unknown>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Was this page helpful?