POST
/
v1
/
experiment
/
tables
/
query
curl --request POST \
  --url https://api.helicone.ai/v1/experiment/tables/query \
  --header 'authorization: <api-key>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "experimentId": "<string>",
      "createdAt": "<string>",
      "metadata": "<any>",
      "columns": [
        {
          "columnType": "<string>",
          "columnName": "<string>",
          "id": "<string>"
        }
      ]
    }
  ]
}

Authorizations

authorization
string
header
required

Response

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