Newer Version Available
EventLogFile
Represents event log files for event monitoring. The event monitoring
product gathers information about your Salesforce org’s operational events, which you can use to
analyze usage trends and user behavior. This object is available in API version 32.0 and later.
The Interval and Sequence fields are available only in
API version 37.0 and later.
You can interact with event monitoring data by querying fields on the EventLogFile object (like EventType and LogDate). CreatedDate tracks when the log file was generated. To view the underlying event data, query the LogFile field. The EventType determines the schema of this field. For more information, see EventLogFile Supported Event Types.
For details about event monitoring, see the Trailhead Event Monitoring module
or REST API Developer’s Guide.
Special Access Rules
Accessing this object requires View Event Log Files and API Enabled user permissions. Users with View All Data permission can view event log files.
Supported Calls
describeSObjects(), query(), retrieve()
Fields
| Field | Details |
|---|---|
| EventType |
|
| Interval |
|
| LogDate |
|
| LogFile |
|
| LogFileContentType |
|
| LogFileFieldNames |
|
| LogFileFieldTypes |
|
| LogFileLength |
|
| Sequence |
|