GET
/v1/private/prompts/{id}/versionsGet prompt versionsGet prompt versions
Parameters
idstring · uuidpathrequiredpageinteger · int32querysizeinteger · int32querysearchstringquerySearch text to find in template or change description fields
sortingstringqueryfiltersstringqueryResponses
objectPromptVersionPage_Public
contentarray of objectShow child attributes
Show array items
change_descriptionstringcommitstringversion short unique identifier, generated if absent. it must be 8 characters long
created_atstring · date-timecreated_bystringenvironmentstringDeprecated: use 'environments' instead
environmentsarray of stringShow child attributes
idstring · uuidversion unique identifier, generated if absent
metadataobjectprompt_idstring · uuidtagsarray of stringShow child attributes
templatestringrequiredtemplate_structurestringtypestringversion_numberstringsequential version number in the format v<N>; null for masks
version_typestringversion type discriminator; defaults to prompt_version
pageinteger · int32sizeinteger · int32sortableByarray of stringShow child attributes
totalinteger · int64{
"content": [
{
"change_description": "string",
"commit": "string",
"created_at": "2026-06-09T00:00:00Z",
"created_by": "string",
"environment": "string",
"environments": [
"string"
],
"id": "00000000-0000-0000-0000-000000000000",
"metadata": {},
"prompt_id": "00000000-0000-0000-0000-000000000000",
"tags": [
"string"
],
"template": "string",
"template_structure": "chat",
"type": "jinja2",
"version_number": "string",
"version_type": "mask"
}
],
"page": 0,
"size": 0,
"sortableBy": [
"string"
],
"total": 0
}