Salesforce API errors: TotalRequests Limit Exceeded/ApiBatchItems Limit Exceeded

Salesforce API errors: TotalRequests Limit Exceeded/ApiBatchItems Limit Exceeded

The TotalRequests Limit Exceeded and ApiBatchItems Limit Exceeded errors are Salesforce-specific errors indicating that you have reached specific API limits on the Salesforce platform. Please find explanations of each error and relevant documentation below.

TotalRequests Limit Exceeded
 error means that you have reached the
Total API Request Limit on the Salesforce side. It is not related to Skyvia limits. Salesforce imposes a 24-hour rolling limit on API calls, which depends on your edition and licenses. For more information, please refer to this article.

ApiBatchItems Limit Exceeded
 error is returned by Salesforce when its
API batch limit is reached for asynchronous operations, such as Bulk API jobs. You can run your integration again the next day when the limit resets.

You can check the number of batch jobs running within the 24-hour period in Salesforce by navigating to:

Setup → Jobs → Bulk Data Load Jobs


For more information on Salesforce API limits, please refer to 
the following link.
For further details, see here:  
ApiBatchItems Limit exceeded


Additionally, we recommend reviewing the following link: Salesforce API and API Calls Documentation