Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.helicone.ai/v2/experiment \ --header 'Authorization: <api-key>'
{ "data": [ { "id": "<string>", "name": "<string>", "original_prompt_version": "<string>", "copied_original_prompt_version": "<string>", "input_keys": [ "<string>" ], "created_at": "<string>" } ], "error": null }
Retrieve a list of all experiments
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
null
Was this page helpful?