Python
import honeyhive s = honeyhive.HoneyHive( bearer_auth="<YOUR_BEARER_TOKEN_HERE>", ) res = s.runs.get_run(run_id='<value>') if res.get_run_response is not None: # handle response pass
{ "evaluation": { "run_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "project": "<string>", "created_at": "2023-11-07T05:31:56Z", "event_ids": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "dataset_id": "<string>", "datapoint_ids": [ "<string>" ], "results": {}, "configuration": {}, "metadata": {}, "status": "pending", "name": "<string>" } }
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
Show child attributes
Was this page helpful?