Skip to content

Download a chart

GET
/api/v4/projects/{id}/packages/helm/{channel}/charts/{file_name}.tgz

Downloads a specified chart for a project.

id
required
One of:
integer

The ID or full path of a project

channel
required
string
/^([a-zA-Z0-9](\.|-|_)?){1,255}(?<!\.|-|_)$/

Helm channel

Example
stable
file_name
required
string

Helm package file name

Example
mychart

OK

Bad Request

Unauthorized

Forbidden

Not Found