GET

Get Site Data Usage


Retrieves the current data usage and resource limits for a site.

By default, returns cached values. Set consistentRead to true to retrieve real-time values.

Note: that using consistentRead results in a slower response and should only be used when near real-time accuracy is needed. For example, just before enforcing a resource limit.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
SCOPE.DC-DATA.SITE_DATA_USAGE_READ
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/wix-data/v1/site-data-usage/v1/site-data-usage

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?