cURL
curl --request POST \ --url https://api.helicone.ai/v1/helicone-dataset/{datasetId}/count \ --header 'Authorization: <api-key>'
{ "data": 123, "error": null }
Retrieve the total count of items in a Helicone dataset
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Was this page helpful?