read:org
scope to use this endpoint. GitHub Apps must have the organization_admistration:read
permission to use this endpoint.curl --location --request GET 'https://api.github.com/orgs//actions/cache/usage-by-repository'
{
"repository_cache_usages": [
{
"active_caches_count": 3,
"active_caches_size_in_bytes": 2322142,
"full_name": "octo-org/Hello-World"
}
],
"total_count": 0
}