Github API - Test Config

GET /users/{username}/settings/billing/actions
users
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 user scope.
Get GitHub Actions billing for a user

Arguments
key username

username [scalar]

The handle for the GitHub user account.

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)