Github API - Test Config

GET /orgs/{org}/settings/billing/actions
orgs
actions
billing

Gets the summary of the free and paid GitHub Actions minutes used.

Paid minutes only apply to workflows in private repositories that use GitHub-hosted runners. Minutes used is listed for each GitHub-hosted runner operating system. Any job re-runs are also included in the usage. The usage returned includes any minute multipliers for macOS and Windows runners, and is rounded up to the nearest whole minute. For more information, see "Managing billing for GitHub Actions".

Access tokens must have the repo or admin:org scope.
Get GitHub Actions 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 actions-billing-usage

actions-billing-usage [object]

Attributes
included_minutes integer

The amount of free GitHub Actions minutes available.

minutes_used_breakdown 1912

total_minutes_used integer

The sum of the free and paid GitHub Actions minutes used.

total_paid_minutes_used integer

The total paid GitHub Actions minutes used.

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