Skip to main content
Question

is Batch operations is supported by BOX?

  • May 22, 2025
  • 4 replies
  • 10 views

Forum|alt.badge.img

I'm trying to integrate BOX using sdk. I came to know that there is rate limiting. Then i started to search whether BOX supports batch api operations. I found lot of forum questions where i found that box does not support batch operations which were two to three years old.

 

Can i get updated status whether BOX supports batch operations or not?

 

If it supports please provide me the related links to go through.

4 replies

Forum|alt.badge.img

Hi  — I'm Matt, one of the engineers on the Box SDK team.  Box doesn't have a Batch API that would help you avoid rate limits.  Our API rate limits are put in place to protect our backend infrastructure, and even if multiple operations were submitted in a batch, they would still result in the same amount of work for the backend and would be subject to rate limits.


Forum|alt.badge.img

Thank you, ,

 

Can i know whether it is supported in apis directly?


Forum|alt.badge.img

 No, there is not an API that will allow you to batch various different requests to avoid rate limits.


Forum|alt.badge.img

 Thank you