cURL
curl --request POST \ --url https://api.helicone.ai/v1/helicone-dataset/query \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "datasetIds": [ "<string>" ] } '
{ "data": [ { "created_at": "<string>", "dataset_type": "<string>", "id": "<string>", "meta": "<string>", "name": "<string>", "organization": "<string>", "requests_count": 123 } ], "error": null }
Search and filter through all Helicone datasets
Documentation IndexFetch the complete documentation index at: https://docs.helicone.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.helicone.ai/llms.txt
Use this file to discover all available pages before exploring further.
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
null
Was this page helpful?