v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
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

max_cache_size_gbinteger

For repositories in the organization, the maximum size limit for the sum of all caches in a repository, in gigabytes.

Example response

{
  "max_cache_size_gb": 10
}