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
sfdc_danesfdc_dane 

How to view API Request debug logs?

Can someone help me how to view  API Request debug logs? So i can track what the API Request are being made.

sfdcfoxsfdcfox

Setup > Administration Setup > Monitoring > Debug Logs. You have to go here and turn it on first (for the user you are testing with), and it only records 20 logs and then must be reset to continue logging. Note that not all transactions will appear in the debug logs, either. Only those that trigger database actions (that is, an insert, update, upsert, delete, or merge call) will appear here; SOSL and SOQL will not appear in these logs except in the context of being logged as part of a larger transaction (such as inside a trigger).

Jamie BrowningJamie Browning

The above is Old!

But still use debug Logs to Setup.

When adding a debug, add with blank date fields and the debug will last for 24 hours.