Sample - GitHub REST API
GET/enterprises/{enterprise}/actions/cache/storage-limit

Get GitHub Actions cache storage limit for an enterprise

Gets GitHub Actions cache storage limit for an enterprise. All organizations and repositories under this enterprise may not set a higher cache storage limit.

OAuth tokens and personal access tokens (classic) need the admin:enterprise scope to use this endpoint.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

1 parameter
enterprisestringrequired
The slug version of the enterprise name.

3 status codes
200Response
max_cache_size_gbintegeroptional
For repositories & organizations in an enterprise, the maximum size limit for the sum of all caches in a repository, in gigabytes.
403Forbidden
messagestringoptional
documentation_urlstringoptional
urlstringoptional
statusstringoptional
404Resource not found
messagestringoptional
documentation_urlstringoptional
urlstringoptional
statusstringoptional

Error handling

A 403 is returned: Forbidden. A 404 is returned: Resource not found.