cURL
curl --request GET \ --url https://api.helicone.ai/v2/experiment/{experimentId}/input-keys \ --header 'Authorization: <api-key>'
{ "data": [ "<string>" ], "error": null }
Retrieve input keys used in an experiment
eu.api.helicone.ai
api.helicone.ai
Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Was this page helpful?