cURL
curl --request GET \ --url https://api.honeyhive.ai/v1/datapoints/{id} \ --header 'Authorization: Bearer <token>'
{ "datapoint": [ { "datapoint": [ { "id": "<string>", "history": [ {} ], "linked_event": "<string>", "created_at": "<string>", "inputs": {}, "ground_truth": {}, "metadata": {}, "updated_at": "<string>", "linked_datasets": [ "<string>" ] } ] } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Datapoint ID like 65c13dbbd65fb876b7886cdb
65c13dbbd65fb876b7886cdb
Successful response
Show child attributes
Was this page helpful?