POST
/
v1
/
experiment
/
dataset
/
{datasetId}
/
query
curl --request POST \
  --url https://api.helicone.ai/v1/experiment/dataset/{datasetId}/query \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{}'
{
  "data": [
    {}
  ]
}

Authorizations

authorization
string
headerrequired

Body

application/json ยท object

The body is of type object.

Response

200 - application/json
data
object[]
required
error
enum<number> | null
required