Skip to main content
GET
List available Helm charts

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Query Parameters

only_subscribed
boolean
default:true

Only show subscribed charts

Example:

true

page
integer
default:1

Page number

Required range: x >= 1
Example:

1

page_size
integer
default:25

Number of items per page

Required range: 1 <= x <= 1500
Example:

25

Response

Charts retrieved successfully

charts
ChartItem · object[]
required

List of charts

pagination
Pagination · object
required

Pagination information