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"Get Prompt Inputs
Get the inputs used for a specific prompt version in a request
1 min read
gethttps://api.helicone.ai/v1/prompt-2025/id/{promptId}/{versionId}/inputs
gethttps://api.helicone.ai/v1/prompt-2025/id/{promptId}/{versionId}/inputs
Returns the input variables that were used when a specific prompt version was executed in a request.
Path Parameters#
The unique identifier of the prompt
The unique identifier of the prompt version
Query Parameters#
The request ID to retrieve inputs from
Response#
The request ID
The version ID
Key-value pairs of input variables and their values used in the request
