Skip to main content
POST
/
v1
/
experiment
/
table
/
{experimentTableId}
/
query
cURL
curl --request POST \
  --url https://api.helicone.ai/v1/experiment/table/{experimentTableId}/query \
  --header 'Authorization: <api-key>'
{
  "data": {
    "id": "<string>",
    "name": "<string>",
    "experimentId": "<string>",
    "columns": [
      {
        "id": "<string>",
        "columnName": "<string>",
        "columnType": "<string>",
        "hypothesisId": "<string>",
        "cells": [
          {
            "metadata": {},
            "value": "<string>",
            "requestId": "<string>",
            "rowIndex": 123,
            "id": "<string>"
          }
        ],
        "metadata": {}
      }
    ],
    "metadata": {}
  }
}
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

experimentTableId
string
required

Response

200 - application/json

Ok

  • Option 1
  • Option 2
data
object
required
error
enum<number> | null
required
I