[SalesForce] How to see API requests details

Is it possible to see which classes(or anything else) used API requests?

Out org allows only 15k API requests per 24 hours, but somehow we managed to go over the limit. After googling I only found that the only "workaround" is to contact salesforce and ask for temporary increase of this limitation.

System overview page API requests:

System overview

API Calls Made Within Last 7 Days report:

Last 7 days report

Is there a way to get details of those 15k calls to see where were they made?

Best Answer

Have a look at Event Log Files, which is part of the Winter '15 release: http://releasenotes.docs.salesforce.com/en-us/winter15/release-notes/rn_forcecom_security_elf.htm#topic-title

As far as I know there's no solution other than this, but correct me if I'm wrong.

Related Topic