curl -X GET "https://api.helicone.ai/v1/prompt-2025/id/prompt_123/version_456/inputs?requestId=req_789" \ -H "Authorization: Bearer $HELICONE_API_KEY"
{ "request_id": "req_789", "version_id": "version_456", "inputs": { "user_name": "Alice", "product_name": "Pro Plan", "support_level": "premium" } }
Get the inputs used for a specific prompt version in a request
Was this page helpful?