Github API - Test Config

GET /orgs/{org}/settings/billing/shared-storage
orgs
billing

Gets the estimated paid and estimated total storage used for GitHub Actions and GitHub Packages.

Paid minutes only apply to packages stored for private repositories. For more information, see "Managing billing for GitHub Packages."

Access tokens must have the repo or admin:org scope.
Get shared storage billing for an organization

Arguments
key org

org [scalar]

The organization name. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json combined-billing-usage

combined-billing-usage [object]

Attributes
days_left_in_billing_cycle integer

Numbers of days left in billing cycle.

estimated_paid_storage_for_month integer

Estimated storage space (GB) used in billing cycle.

estimated_storage_for_month integer

Estimated sum of free and paid storage space (GB) used in billing cycle.

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)