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
Vida YirenkyiVida Yirenkyi 

Event Monitoring - workbench

In utilities | REST Explorer
I pasted this in the event monitoring query but I keep getting an error.

/services/data/v <API version> .0/query?q=SELECT+Id+,+EventType+,+LogDate+,+LogFileLength+,+LogFile+FROM+EventLogFile+WHERE+EventType+=+'ReportExport'.

Service not found at: /q=SELECT+Id+,+EventType+,+LogDate+,+LogFileLength+,+LogFile+FROM+EventLogFile+WHERE+EventType+=+'ReportExport'
Best Answer chosen by Vida Yirenkyi
Amit Chaudhary 8Amit Chaudhary 8
Please try below Query. Its working for me
/services/data/v32.0/query?q=SELECT+Id+,+EventType+,+LogDate+,+LogFileLength+,+LogFile+FROM+EventLogFile+WHERE+EventType+=+'ReportExport'
User-added image

Please let us know if this will help you

Thanks
Amit Chaudhary

 

All Answers

Amit Chaudhary 8Amit Chaudhary 8
Please try below Query. Its working for me
/services/data/v32.0/query?q=SELECT+Id+,+EventType+,+LogDate+,+LogFileLength+,+LogFile+FROM+EventLogFile+WHERE+EventType+=+'ReportExport'
User-added image

Please let us know if this will help you

Thanks
Amit Chaudhary

 
This was selected as the best answer
janirjanir

If you want to view the event data you can use this app:https://app.salesforce-compare.com/

Create a connection, then tick the "load events" checkbox, wait a while and go to "Monitor" to view the different event types in the selected org

If you are not satisified with my visual representation of the data you can export the data for the selected time range

All the event types are exportable but only some have visual representations

Note that only "Insecure External Assets", "Login", and "Logout" are available at no additional cost

janirjanir
for more info on the app see, https://www.salesforce-compare.com