Take the 2-minute tour ×
Salesforce Stack Exchange is a question and answer site for Salesforce administrators, implementation experts, developers and anybody in-between. It's 100% free, no registration required.

Is there an API method to return how much API calls were used and how much total calls is allowed by my SF org?

share|improve this question

1 Answer 1

up vote 7 down vote accepted

There's currently no API access to see the API call counts/limits. You can run a report that shows usage over the last 7 days (see the administrative reports section)

share|improve this answer
    
that's unfortunate. we build an apex app, so we have access only to API, not Salesforce org itself –  Mark Kofman Oct 7 '12 at 1:55
    
You can also see the API usage in the Company Information section, although this again is also on the org itself. –  techtrekker Oct 7 '12 at 7:10
    
Can you setup the app in a development org? They're free... –  Randy E Oct 8 '12 at 4:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.