List Prompt Versions
Lists all template versions associated with a prompt container.
Path parameters
Unique prompt UUID.
Query parameters
Optional comma-separated list of tags to filter prompt versions.
Optional status to filter prompt versions by (draft, live, archived).
Response
List of versions
Example response
{
"versions": [
{
"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.110
- ○
added the required property
versions/items/modelto the response with the200statusresponse-required-property-added
- ○
added the required property
versions/items/model_paramsto the response with the200statusresponse-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 theversions/items/statusresponse property for the response status200response-property-enum-value-added
- ○
added the new optional
queryrequest parameterstatusnew-optional-request-parameter
- ○
added the new optional
queryrequest parametertagsnew-optional-request-parameter
- ○
added the required property
versions/items/tagsto the response with the200statusresponse-required-property-added
- ●
- ○
api tag
Promptsaddedapi-tag-added
- ○
api tag
Versionsremovedapi-tag-removed
- ○