curl --request POST \
--url https://api.helicone.ai/v1/experiment/table/{experimentTableId}/metadata/query \
--header 'Authorization: <api-key>'{
"data": {
"id": "<string>",
"name": "<string>",
"experimentId": "<string>",
"createdAt": "<string>",
"columns": [
{
"columnType": "<string>",
"columnName": "<string>",
"id": "<string>"
}
],
"metadata": "<unknown>"
},
"error": null
}Search and filter experiment table metadata
curl --request POST \
--url https://api.helicone.ai/v1/experiment/table/{experimentTableId}/metadata/query \
--header 'Authorization: <api-key>'{
"data": {
"id": "<string>",
"name": "<string>",
"experimentId": "<string>",
"createdAt": "<string>",
"columns": [
{
"columnType": "<string>",
"columnName": "<string>",
"id": "<string>"
}
],
"metadata": "<unknown>"
},
"error": null
}eu.api.helicone.ai instead of
api.helicone.ai.Bearer token authentication. Format: 'Bearer YOUR_API_KEY'
Ok
Show child attributes
Was this page helpful?