Situation :
I am retrieving SVG icons created in Figma through API calls. There are a total of 312 defined icons. When I attempted to make API GET calls for all 312 icons, I encountered an error similar to the image below. As a solution, I divided the calls into batches of 100, which allowed me to retrieve the icons without any errors.
Then ;
I want to make API calls by considering the limits. I would like to know how to set it up in Figma or what API call limits I should consider.