cURL
curl --request GET \ --url https://api.dp1.us.honeyhive.ai/v1/runs/{run_id} \ --header 'Authorization: Bearer <token>'
{ "evaluation": { "id": "<string>", "run_id": "<string>", "metadata": {}, "results": {}, "event_ids": [ "<string>" ], "configuration": {}, "is_active": true, "created_at": "<string>", "scope_type": "<string>", "scope_id": "<string>", "name": "<string>", "description": "<string>", "status": "<string>", "metrics": {}, "updated_at": "<string>", "dataset_id": "<string>" } }
Retrieve the full details of a single experiment run by its run ID.
Documentation IndexFetch the complete documentation index at: https://docs.honeyhive.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.honeyhive.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Response for GET /runs/{run_id}
Show child attributes
Was this page helpful?