GET https://apis.roblox.com/cloud/cloud/v2/users/:user_id/asset-quotas
List Asset Quotas
user_id The user ID.
maxPageSize The maximum number of asset quotas to return. The service might return
fewer than this value. If unspecified, at most 10 asset quotas are
returned. The maximum value is 100 and higher values are set to 100.
pageToken A page token, received from a previous call, to retrieve a subsequent page.
When paginating, all other parameters provided to the subsequent call must
match the call that provided the page token.
filter This field may be set in order to filter the resources returned.
Supports the following subset of CEL:
Only the quotaType and assetType fields are supported.
Only the == and && operator are supported.
For example:
quotaType == RateLimitUpload && assetType == Audio
Returns a list of asset quotas.
GET https://apis.roblox.com/cloud/cloud/v2/users/:user_id/asset-quotas List Asset Quotas user_id The user ID. maxPageSize The maximum number of asset quotas to return. The service might return fewer than this value. If unspecified, at most 10 asset quotas are returned. The maximum value is 100 and higher values are set to 100. pageToken A page token, received from a previous call, to retrieve a subsequent page.
When paginating, all other parameters provided to the subsequent call must match the call that provided the page token. filter This field may be set in order to filter the resources returned.
Supports the following subset of CEL: Only the
quotaType
andassetType
fields are supported. Only the==
and&&
operator are supported.For example:
quotaType == RateLimitUpload && assetType == Audio
Returns a list of asset quotas.