---
title: "List asset quotas of the given resource type and asset type."
method: GET
path: "/v1/asset-quotas"
tags: ["Assets"]
---

# List asset quotas of the given resource type and asset type.

`GET /v1/asset-quotas`

## Query parameters

- `resourceType` string, required
- `assetType` string, required
- `useDummyData` boolean

## Response `200`

OK

- RobloxPublishApiAssetQuotasResponse — Response model for asset quotas.
  - `quotas` RobloxPublishApiAssetQuota[] — A list of quotas.
    - `duration` string — Duration type of the quota.
    - `usage` integer — Current usage of the quota.
    - `capacity` integer — Capacity of the quota.
    - `expirationTime` string — Expiration time of current usage limit.

## Other responses

- `400` — 7: The asset type is not appropriate for this request. 8: The resource type is not appropriate for this request.
- `401` — 0: Authorization has been denied for this request.
- `500` — 0: Reserved for base level errors. Do not use in your endpoint directly, do not document.

---

[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/ece7c5a315e7/schema)
