GET
/orgs/{org}/actions/cache/usageGet GitHub Actions cache usage for an organization
Gets the total GitHub Actions cache usage for an organization. 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 read:org scope to use this endpoint.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
orgstringrequired
The organization name. The name is not case sensitive.
200Response
total_active_caches_countintegerrequired
The count of active caches across all repositories of an enterprise or an organization.
total_active_caches_size_in_bytesintegerrequired
The total size in bytes of all active cache items across all repositories of an enterprise or an organization.