Github API - Test Config

GET /orgs/{org}/actions/cache/usage
orgs
actions

Gets the total GitHub Actions cache usage for an organization.
The data fetched using this API is refreshed approximately every 5 minutes, so values returned from this endpoint may take at least 5 minutes to get updated.
You must authenticate using an access token with the read:org scope to use this endpoint. GitHub Apps must have the organization_admistration:read permission to use this endpoint.
Get GitHub Actions cache usage 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-cache-usage-org-enterprise

actions-cache-usage-org-enterprise [object]

Attributes
total_active_caches_count integer

The count of active caches across all repositories of an enterprise or an organization.

total_active_caches_size_in_bytes integer

The total size in bytes of all active cache items across all repositories of an enterprise or an organization.

API:
Github Open API
(version: 1.1.4)
Examples
Create player example
Creates a player with minimal input provided
POST /players
Content-type: application/json
Authorization: Bearer <YOUR TOKEN>
X-Custom-Header: custom-header-value

{ "format": "json", "data": { "name": "Bob" } },
API:
Github Open API
(version: 1.1.4)