cURL
curl --request POST \ --url https://api.helicone.ai/v1/helicone-dataset/{datasetId}/query \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "limit": 123, "offset": 123 } '
{ "data": [ { "id": "<string>", "origin_request_id": "<string>", "dataset_id": "<string>", "created_at": "<string>", "signed_url": { "data": "<string>", "error": null } } ], "error": null }
Search and filter through a Helicone dataset
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?