POST
/
v1
/
experiment
/
dataset
/
query
curl --request POST \
  --url https://api.helicone.ai/v1/experiment/dataset/query \
  --header 'Content-Type: application/json' \
  --header 'authorization: <api-key>' \
  --data '{
  "promptVersionId": "<string>"
}'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "created_at": "<string>",
      "meta": {
        "promptVersionId": "<string>",
        "inputRecordsIds": [
          "<string>"
        ]
      }
    }
  ]
}

Authorizations

authorization
string
header
required

Body

application/json
promptVersionId
string

Response

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