v1
latestOpenAPI 3.0.32026-07-17502149.6 KBReleases
Get release history
Returns the release history for a deployment
get/apps/{appName}/deployments/{deploymentName}/history
Path parameters
appNamestring required
Application name (or 'owner:appName' for disambiguation)
deploymentNamestring required
Deployment environment name
Headers
tenantstring
Organization/tenant ID filter
Response
Release history
Example response
{
"history": [
{
"appVersion": "1.0.0",
"description": "Bug fixes and performance improvements",
"rollout": 50,
"label": "v23"
}
]
}