Creator Hub Avatar Items Incorrectly Uses Batch Endpoint

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.
image

Expected behavior

I expect the page to efficiently make requests for asset details.

2 Likes

Hi! Thank you for bringing this inefficiency to our attention!

We’ve fixed the issue by removing the calls to get-asset-details. Let us know if you see any more problems in the future. Thanks!

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.