curl -X POST "https://api.helicone.ai/v1/prompt-2025/query/total-versions" \ -H "Authorization: Bearer $HELICONE_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "promptId": "prompt_123" }'
{ "totalVersions": 8, "majorVersions": 3 }
Get version count statistics for a specific prompt
Was this page helpful?