actions
Get GitHub Actions cache storage limit for an organization
Gets GitHub Actions cache storage limit for an organization. All repositories under this organization may not set a higher cache storage limit.
OAuth tokens and personal access tokens (classic) need the admin:organization scope to use this endpoint.
get/organizations/{org}/actions/cache/storage-limit
Path parameters
orgstring required
The organization name. The name is not case sensitive.
Response
Response
Example response
{
"max_cache_size_gb": 10
}