Skip to main content
GET
/
v1
/
evaluator
/
{evaluatorId}
/
experiments
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
}
For users in the European Union: Please use eu.api.helicone.ai instead of api.helicone.ai.

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer YOUR_API_KEY'

Path Parameters

evaluatorId
string
required

Response

200 - application/json

Ok

  • Option 1
  • Option 2
data
object[]
required
error
enum<number> | null
required
Available options: