The “Avatar Items” page (https://create.roblox.com/dashboard/creations?activeTab=TShirtAccessory&filterIndex=0) on the Creator Hub incorrectly requests to the batch endpoint https://itemconfiguration.roblox.com/v1/creations/get-asset-details one time for each item, instead of requesting asset details for all items in one request. (which this endpoint supports)
It appears the solution to this problem was to set the rate limit to reset every 1 second, effectively removing it.
![]()
Expected behavior
I expect the page to efficiently make requests for asset details.
