cURL
curl --request GET \ --url https://api.honeyhive.ai/v1/datapoints \ --header 'Authorization: Bearer <token>'
{ "datapoints": [ { "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>
List of datapoint ids to fetch
Name of the dataset to get datapoints from
Successful response
Show child attributes
Was this page helpful?