v56

latestOpenAPI 3.0.3MITraw.githubusercontent.com2026-08-011,4581,08113.3 MB
actions

Get GitHub Actions cache usage for an enterprise

Gets the total GitHub Actions cache usage for an enterprise. 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.

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

get/enterprises/{enterprise}/actions/cache/usage

Path parameters

enterprisestring required

The slug version of the enterprise name.

Response

Response

total_active_caches_countinteger required

The count of active caches across all repositories of an enterprise or an organization.

total_active_caches_size_in_bytesinteger required

The total size in bytes of all active cache items across all repositories of an enterprise or an organization.