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>"
}
]
}
Retrieve experiments associated with a specific evaluator
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>"
}
]
}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?