curl -X POST "https://api.helicone.ai/v1/prompt-2025/query/production-version" \
-H "Authorization: Bearer $HELICONE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"promptId": "prompt_123"
}'
{
"id": "version_789",
"model": "gpt-4",
"prompt_id": "prompt_123",
"major_version": 2,
"minor_version": 0,
"commit_message": "Production-ready version with improved accuracy",
"created_at": "2024-01-16T16:45:00Z",
"s3_url": "https://s3.amazonaws.com/bucket/prompt-body.json"
}
Retrieve the production version of a specific prompt
curl -X POST "https://api.helicone.ai/v1/prompt-2025/query/production-version" \
-H "Authorization: Bearer $HELICONE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"promptId": "prompt_123"
}'
{
"id": "version_789",
"model": "gpt-4",
"prompt_id": "prompt_123",
"major_version": 2,
"minor_version": 0,
"commit_message": "Production-ready version with improved accuracy",
"created_at": "2024-01-16T16:45:00Z",
"s3_url": "https://s3.amazonaws.com/bucket/prompt-body.json"
}
curl -X POST "https://api.helicone.ai/v1/prompt-2025/query/production-version" \
-H "Authorization: Bearer $HELICONE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"promptId": "prompt_123"
}'
{
"id": "version_789",
"model": "gpt-4",
"prompt_id": "prompt_123",
"major_version": 2,
"minor_version": 0,
"commit_message": "Production-ready version with improved accuracy",
"created_at": "2024-01-16T16:45:00Z",
"s3_url": "https://s3.amazonaws.com/bucket/prompt-body.json"
}
Was this page helpful?