curl --request POST \
--url https://api.helicone.ai/v1/experiment/dataset/{datasetId}/inputs/query \
--header 'Authorization: <api-key>'{
"data": [
{
"id": "<string>",
"inputs": {},
"source_request": "<string>",
"prompt_version": "<string>",
"created_at": "<string>",
"auto_prompt_inputs": [
"<unknown>"
],
"dataset_row_id": "<string>",
"response_body": "<string>",
"request_body": "<string>"
}
],
"error": null
}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": {},
"source_request": "<string>",
"prompt_version": "<string>",
"created_at": "<string>",
"auto_prompt_inputs": [
"<unknown>"
],
"dataset_row_id": "<string>",
"response_body": "<string>",
"request_body": "<string>"
}
],
"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?