Skip to main content

Is there a way with Event Monitoring to count all of the API calls that contribute to the "API Requests, Last 24 Hours" limit in Salesforce? So far I've only been able to find API calls in the "API", "BulkApi" and "RestApi" event types, and the calls I'm able to find account for less than 60% of our total utilization.

 

I have also tried @Trevor Scott's suggestion (link below) to query `ApiEvent`. Unfortunately my simple "SELECT Id FROM ApiEvent" query returned zero records.

 

https://success.salesforce.com/ideaView?id=0873A000000cMYXQA2

1 comment
  1. Apr 5, 2020, 11:48 PM
    Hey @Marty Chang make sure that you have enabled streaming and storage for APIEvent in Event Manager. Unfortunately APIEvent only accounts for query & queryMores so inserts, updates and delete calls will not be accounted for with APIEvent.
0/9000