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
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>"
}
]
}
Ok
The response is of type object
.
Was this page helpful?