{ "sections": [ "title", "description", "fields", "special_access_rules" ], "title": "InvocableActionEventLog - Data API", "description": "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.", "fields_columns": [ "type", "properties", "description" ], "fields": { "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. This field is available in API version 66.0 or later." }, "BotIdentifier": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The ID of the bot." }, "BotSessionIdentifier": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The bot session ID." }, "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." }, "PlannerIdentifier": { "type": "string", "properties": "Filter, Group, Nillable, Sort", "description": "The ID of the agent planner." }, "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." } }, "special_access_rules": "To access this object, you must have the View Event Log Object Data user permission." }