Python
import requests url = "https://platform.ankra.app/org/helm/charts/releases/{repository_name}/{chart_name}" headers = {"Authorization": "Bearer <token>"} response = requests.get(url, headers=headers) print(response.text)
{ "result": [ { "repository_owner": "<string>", "repository_name": "<string>", "version": "<string>", "html_url": "<string>", "body": "<string>", "created_at": "<string>", "release_id": "<string>", "authors": [ "<string>" ], "chart_resource_id": "<string>", "prerelease": false } ], "total": 123, "page": 123, "page_size": 123, "has_next": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 100
Successful Response
Show child attributes