---
title: "List Asset Quotas"
method: GET
path: "/cloud/v2/users/{user_id}/asset-quotas"
tags: ["Assets", "Users"]
---

# List Asset Quotas

`GET /cloud/v2/users/{user_id}/asset-quotas`

Returns a list of asset quotas.

## Path parameters

- `user_id` string, required

## Query parameters

- `maxPageSize` integer
- `pageToken` string
- `filter` string

## Response `200`

OK

- ListAssetQuotasResponse — A list of AssetQuotas in the parent collection.
  - `assetQuotas` AssetQuota[] — The AssetQuotas from the specified User.
    - `path` string — The resource path of the asset quota. Format: `users/{user_id}/asset-quotas/{asset_quota_id}`
    - `quotaType` 'QUOTA_TYPE_UNSPECIFIED' | 'RATE_LIMIT_UPLOAD' | 'RATE_LIMIT_CREATOR_STORE_DISTRIBUTE', enum — Type of quota. Possible values: | Value | Description | | --- | --- | | QUOTA_TYPE_UNSPECIFIED | The default quota type. | | RATE_LIMIT_UPLOAD | Rate limit on how often one can upload an asset. | | RATE_LIMIT_CREATOR_STORE_DISTRIBUTE | Rate limit on how often one can distribute an asset on the Creator Store. |
    - `assetType` 'ASSET_TYPE_UNSPECIFIED' | 'IMAGE' | 'TSHIRT' | 'AUDIO' | 'MESH' | 'LUA' | 'HAT' | 'PLACE' | 'MODEL' | 'SHIRT' | 'PANTS' | 'DECAL' | 'HEAD' | 'FACE' | 'GEAR' | 'ANIMATION' | 'TORSO' | 'RIGHT_ARM' | 'LEFT_ARM' | 'LEFT_LEG' | 'RIGHT_LEG' | 'YOUTUBE_VIDEO' | 'APP' | 'CODE' | 'PLUGIN' | 'SOLID_MODEL' | 'MESH_PART' | 'HAIR_ACCESSORY' | 'FACE_ACCESSORY' | 'NECK_ACCESSORY' | 'SHOULDER_ACCESSORY' | 'FRONT_ACCESSORY' | 'BACK_ACCESSORY' | 'WAIST_ACCESSORY' | 'CLIMB_ANIMATION' | 'DEATH_ANIMATION' | 'FALL_ANIMATION' | 'IDLE_ANIMATION' | 'JUMP_ANIMATION' | 'RUN_ANIMATION' | 'SWIM_ANIMATION' | 'WALK_ANIMATION' | 'POSE_ANIMATION' | 'LOCALIZATION_TABLE_MANIFEST' | 'LOCALIZATION_TABLE_TRANSLATION' | 'EMOTE_ANIMATION' | 'VIDEO' | 'TEXTURE_PACK' | 'TSHIRT_ACCESSORY' | 'SHIRT_ACCESSORY' | 'PANTS_ACCESSORY' | 'JACKET_ACCESSORY' | 'SWEATER_ACCESSORY' | 'SHORTS_ACCESSORY' | 'LEFT_SHOE_ACCESSORY' | 'RIGHT_SHOE_ACCESSORY' | 'DRESS_SKIRT_ACCESSORY' | 'FONT_FAMILY' | 'FONT_FACE' | 'MESH_HIDDEN_SURFACE_REMOVAL' | 'EYEBROW_ACCESSORY' | 'EYELASH_ACCESSORY' | 'MOOD_ANIMATION' | 'DYNAMIC_HEAD' | 'CODE_SNIPPET' | 'ADS_VIDEO', enum — The asset type the quota is for. Possible values: | Value | Description | | --- | --- | | ASSET_TYPE_UNSPECIFIED | The default asset type. | | IMAGE | Image | | TSHIRT | Tshirt | | AUDIO | Audio | | MESH | Mesh | | LUA | Lua | | HAT | Hat | | PLACE | Place | | MODEL | Model | | SHIRT | Classic Shirt | | PANTS | Classic Pants | | DECAL | Decal | | HEAD | Head | | FACE | Face | | GEAR | Gear | | ANIMATION | Animation | | TORSO | Torso | | RIGHT_ARM | Right Arm | | LEFT_ARM | Left Arm | | LEFT_LEG | Left Leg | | RIGHT_LEG | Right Leg | | YOUTUBE_VIDEO | YouTube Video | | APP | App | | CODE | Code | | PLUGIN | Plugin | | SOLID_MODEL | Solid Model | | MESH_PART | Mesh Part | | HAIR_ACCESSORY | Hair Accessory | | FACE_ACCESSORY | Face Accessory | | NECK_ACCESSORY | Neck Accessory | | SHOULDER_ACCESSORY | Shoulder Accessory | | FRONT_ACCESSORY | Front Accessory | | BACK_ACCESSORY | Back Accessory | | WAIST_ACCESSORY | Waist Accessory | | CLIMB_ANIMATION | Climb Animation | | DEATH_ANIMATION | Death Animation | | FALL_ANIMATION | Fall Animation | | IDLE_ANIMATION | Idle Animation | | JUMP_ANIMATION | Jump Animation | | RUN_ANIMATION | Run Animation | | SWIM_ANIMATION | Swim Animation | | WALK_ANIMATION | Walk Animation | | POSE_ANIMATION | Pose Animation | | LOCALIZATION_TABLE_MANIFEST | Localization Table Manifest | | LOCALIZATION_TABLE_TRANSLATION | Localization Table Translation | | EMOTE_ANIMATION | Emote Animation | | VIDEO | Video | | TEXTURE_PACK | Texture Pack | | TSHIRT_ACCESSORY | Tshirt Accessory | | SHIRT_ACCESSORY | Shirt Accessory | | PANTS_ACCESSORY | Pants Accessory | | JACKET_ACCESSORY | Jacket Accessory | | SWEATER_ACCESSORY | Sweater Accessory | | SHORTS_ACCESSORY | Shorts Accessory | | LEFT_SHOE_ACCESSORY | Left Shoe Accessory | | RIGHT_SHOE_ACCESSORY | Right Shoe Accessory | | DRESS_SKIRT_ACCESSORY | Dress Skirt Accessory | | FONT_FAMILY | Font Family | | FONT_FACE | Font Face | | MESH_HIDDEN_SURFACE_REMOVAL | Mesh Hidden Surface Removal | | EYEBROW_ACCESSORY | Eyebrow Accessory | | EYELASH_ACCESSORY | Eyelash Accessory | | MOOD_ANIMATION | Mood Animation | | DYNAMIC_HEAD | Dynamic Head | | CODE_SNIPPET | Code Snippet | | ADS_VIDEO | Ads Video |
    - `usage` integer — The current usage of the quota.
    - `capacity` integer — The capacity of the quota.
    - `period` 'PERIOD_UNSPECIFIED' | 'MONTH' | 'DAY', enum — The period of time the quota is for. Possible values: | Value | Description | | --- | --- | | PERIOD_UNSPECIFIED | The default period, which is invalid. Specify another value. | | MONTH | Month | | DAY | Day |
    - `usageResetTime` string, date-time — The time the usage will reset for this quota.
  - `nextPageToken` string — A token that you can send as a `pageToken` parameter to retrieve the next page. If this field is omitted, there are no subsequent pages.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/1d2042bb1a48/schema)
