v13

latestOpenAPI 3.0.0zlibraw.githubusercontent.com2026-08-01265409652.5 KB
helm

Get a helm release

Get details of a helm release by release name Access policy: authenticated

get/endpoints/{id}/kubernetes/helm/{release}

Path parameters

idinteger required

Environment(Endpoint) identifier

releasestring required

Helm release name

Query parameters

namespacestring

specify an optional namespace

showResourcesboolean

show resources of the release

revisioninteger

specify an optional revision

Response

Success

appVersionstring

AppVersion is the app version of the release.

configobject

Config is the set of extra Values added to the chart. These values override the default values inside of the chart.

manifeststring

Manifest is the string representation of the rendered template.

namestring

Name is the name of the release

namespacestring

Namespace is the kubernetes namespace of the release.

stackIDinteger

StackID is the ID of the Portainer stack associated with this release (if using GitOps)

versioninteger

Version is an int which represents the revision of the release.