cURL
curl --request GET \ --url https://api.helicone.ai/v1/prompt/{promptId}/experiments \ --header 'authorization: <api-key>'
{ "data": [ { "meta": {}, "dataset": "<string>", "num_hypotheses": 123, "created_at": "<string>", "id": "<string>" } ] }
Retrieve experiments associated with a prompt
Ok
The response is of type object.
object
Was this page helpful?