curl --request POST \
--url https://api.example.com/api/v2/projects/{project_id}/completions/statistics/{prompt_template_id} \
--header 'Content-Type: application/json' \
--data '
{
"to_date": "<string>",
"from_date": "<string>"
}
'{
"summary_info": {}
}Retrieve evaluation statistics for a specific prompt template. Use to track quality metrics for individual prompts.
Maximum date range is 30 days.
curl --request POST \
--url https://api.example.com/api/v2/projects/{project_id}/completions/statistics/{prompt_template_id} \
--header 'Content-Type: application/json' \
--data '
{
"to_date": "<string>",
"from_date": "<string>"
}
'{
"summary_info": {}
}