prompts
Get Template Version
Get a specific version of a prompt template.
Parameters
template_id : UUID4 Template ID. version : int Version number to fetch.
Returns
BasePromptTemplateVersionResponse Prompt template version response.
get/projects/{project_id}/templates/{template_id}/versions/{version}
Path parameters
project_idstring uuid4 required
template_idstring uuid4 required
versioninteger required
Response
Successful Response
Changes
Changed in 1 of the 15 revisions of this API.1
- ○
the endpoint scheme security
ClassicAPIKeyHeaderwas added to the APIapi-security-added
This revision also has 15 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○