Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Explainability Action Logs

Output representation of the list of Explainability action logs.
JSON example
1{
2   "actionLogs" : [ {
3      "actionContextCode" : "001x0000005DmI3AAK",
4      "actionLog" : “{This is a sample action log data.}”,
5      "applicationLogDate" : "Mon Dec 06 10:29:35 GMT 2021",
6      "applicationSubtype" : "AST1",
7      "applicationType" : "0",
8      "name" : "EAD1",
9      "processType" : "BPT1"
10   }, {
11      "actionContextCode" : "001x0000005DmI3AAK",
12      "actionLog" : “{This is a sample action log data.}”,
13      "applicationLogDate" : "Mon Dec 06 15:21:09 GMT 2021",
14      "applicationSubtype" : "AST1",
15      "applicationType" : "0",
16      "name" : "EAD1",
17      "processType" : "BPT1"
18   } ],
19   "queryMore" : ""
20}
Property Name Type Description Filter Group and Version Available Version
actionLogs Explainability Action Log Detail[] Represents the list of explainability action logs. Small, 54.0 54.0
queryMore String A string that can be passed to the next call to fetch the next batch of explainability action log records. Small, 54.0 54.0