Get Prompt Version
Retrieves details of a specific prompt template version by version number.
Path parameters
Unique prompt UUID.
Version sequence number (integer) or version tag (string).
Response
Prompt version details
Example response
{
"version": {
"template": "Hello {{.name}}!",
"model": "anthropic/claude-opus-4-6",
"model_params": {
"temperature": 0.7,
"max_tokens": 1024,
"thinking": {
"type": "enabled",
"budget_tokens": 512
}
}
}
}Changes
Changed in 5 of the 18 revisions of this API.19
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ○
- ○
the endpoint scheme security
ApiKeyAuthwas removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
api tag
Prompt Versionsaddedapi-tag-added
- ○
api tag
Promptsremovedapi-tag-removed
- ○
- ●
added the new
stableenum value to the/response property for the response statusresponse-property-enum-value-added
- ○
for the
pathrequest parameterversion, the type was generalized fromintegertostringrequest-parameter-type-generalized
- ○
added the required property
/to the response with the statusresponse-required-property-added
- ●
- ○
api tag
Promptsaddedapi-tag-added
- ○
api tag
Versionsremovedapi-tag-removed
- ○