curl --request POST \
--url https://api.helicone.ai/v1/experiment/dataset/{datasetId}/inputs/query \
--header 'authorization: <api-key>'
{
"data": [
{
"id": "<string>",
"inputs": {},
"dataset_row_id": "<string>",
"source_request": "<string>",
"prompt_version": "<string>",
"created_at": "<string>",
"response_body": "<string>",
"request_body": "<string>",
"auto_prompt_inputs": [
"<any>"
]
}
]
}
Search and filter inputs from an experiment dataset
curl --request POST \
--url https://api.helicone.ai/v1/experiment/dataset/{datasetId}/inputs/query \
--header 'authorization: <api-key>'
{
"data": [
{
"id": "<string>",
"inputs": {},
"dataset_row_id": "<string>",
"source_request": "<string>",
"prompt_version": "<string>",
"created_at": "<string>",
"response_body": "<string>",
"request_body": "<string>",
"auto_prompt_inputs": [
"<any>"
]
}
]
}
eu.api.helicone.ai
instead of
api.helicone.ai
.Ok
The response is of type object
.
Was this page helpful?