InvocableActionEventLog

Invocable Action events capture the calls to Salesforce Invocable Actions.This is particularly useful to monitor actions invoked during Agentforce flows. This object is available in API version 64.0 and later.

This object stores event data that's queryable from platform APIs. For event data stored in event log files, see EventLogFile.

Note

Supported Calls

describeSObjects(), query()

Special Access Rules

To access this object, you must have the View Event Log Object Data user permission.

Fields

Field Details
ActionName
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Name of the action.
ActionType
Type
string
Properties
Filter, Group, Nillable, Sort
Description
InvocableActionType being referenced.
ActionVersion
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The invocable action version.
ApiCaller
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Identifier of the API caller. This is only populated when the action is invoked from a REST API call
Duration
Type
double
Properties
Filter, Nillable, Sort
Description
Time (in nanos) taken to process this set of requests.
FlowProcessType
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The process type of the calling flow.
FlowVersionIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The ID of the version of the calling flow.
RequestCount
Type
int
Properties
Filter, Group, Nillable, Sort
Description
The number of invoked requests.
RequestIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The unique ID of a single transaction. A transaction can contain one or more events. Each event in a given transaction has the same REQUEST_ID.
Timestamp
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The access time of Salesforce services in GMT.
UserIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
ID of the user employing salesforce.com services, whether through the user interface or API.