cURL
curl --request GET \ --url https://api.honeyhive.ai/v1/datasets \ --header 'Authorization: Bearer <token>'
{ "datasets": [ { "id": "<string>", "name": "<string>", "description": "<string>", "datapoints": [], "created_at": "<string>", "updated_at": "<string>" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique dataset ID for filtering specific dataset
Dataset name to filter by
Whether to include datapoints in the response
Successful response
Show child attributes
Was this page helpful?