cURL
curl --request GET \ --url https://api.helicone.ai/v1/evaluator/{evaluatorId}/experiments \ --header 'Authorization: <api-key>'
{ "data": [ { "experiment_name": "<string>", "experiment_created_at": "<string>", "experiment_id": "<string>" } ], "error": null }
Retrieve experiments associated with a specific evaluator
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?