function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Diane RoyerDiane Royer 

How many API calls a process uses

The number of API calls seems to be increasing and I can't figure out why. I ran the Administrative report for API calls in the last 7 days. However, that does not tell me what process is using the API calls. The user with the highest number of calls is the user we have assigned to all of our automated processes. Is there a way to see what process is using the most API calls?
Suraj MakandarSuraj Makandar
Hi Diane Royer,

The System Overview is the best place to check API Usage this - 

User-added image

You can also monitor the API Usage usign report:

Go to the Reports tab
User-added image

Ref: https://help.salesforce.com/articleView?type=1&mode=1&id=000326126 
 
Diane RoyerDiane Royer
This report shows me the users that have the API calls.  It does not show me the processes.  The user with the most API calls is the user that runs all of our automated processes.  I need to know the number of API calls the processes use.  That way, I will be able to see where the increased APIs are coming from.  Is there a way to see the API calls a process (not a user) has?