Github API - Test Config

GET /repos/{owner}/{repo}/actions/cache/usage
actions
repos

Gets GitHub Actions cache usage for a repository.
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.
Anyone with read access to the repository can use this endpoint. If the repository is private, you must use an access token with the repo scope. GitHub Apps must have the actions:read permission to use this endpoint.
Get GitHub Actions cache usage for a repository

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
200 application/json actions-cache-usage-by-repository

actions-cache-usage-by-repository [object]

GitHub Actions Cache Usage by repository.

Attributes
active_caches_count integer

The number of active caches in the repository.

active_caches_size_in_bytes integer

The sum of the size in bytes of all the active cache items in the repository.

full_name string

The repository owner and name for the cache usage being shown.

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