Search through inputs of a specific prompt version
curl --request POST \
--url https://api.helicone.ai/v1/prompt/version/{promptVersionId}/inputs/query \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"random": true,
"limit": 123
}'
{
"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>"
]
}
]
}
Ok
The response is of type object
.
The response is of type object
.
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://api.helicone.ai/v1/prompt/version/{promptVersionId}/inputs/query \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"random": true,
"limit": 123
}'
{
"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 through inputs of a specific prompt version
curl --request POST \
--url https://api.helicone.ai/v1/prompt/version/{promptVersionId}/inputs/query \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"random": true,
"limit": 123
}'
{
"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>"
]
}
]
}
Ok
The response is of type object
.
The response is of type object
.
The response is of type object
.
Was this page helpful?
curl --request POST \
--url https://api.helicone.ai/v1/prompt/version/{promptVersionId}/inputs/query \
--header 'Content-Type: application/json' \
--header 'authorization: <api-key>' \
--data '{
"random": true,
"limit": 123
}'
{
"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>"
]
}
]
}