cURL
curl --request POST \ --url https://api.helicone.ai/v1/experiment/dataset/query \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "promptVersionId": "<string>" } '
{ "data": [ { "id": "<string>", "name": "<string>", "created_at": "<string>", "meta": { "promptVersionId": "<string>", "inputRecordsIds": [ "<string>" ] } } ], "error": null }
Search and filter through experiment 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?