ContCalloutSummaryEventLog

Continuation Callout Summary events contain information about all of the asynchronous callouts performed during a transaction, their response status codes, execution times, and URL endpoint destinations. This object is available in API version 65.0 and later.

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
ContinuationIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
A unique ID identifying a sequence of events within a request.
Duration
Type
double
Properties
Filter, Nillable, Sort
Description
Total duration of continuation, in milliseconds.
IsSuccess
Type
boolean
Properties
Defaulted on create, Filter, Group, Sort
Description
Indicates whether the continuation was successful or not.
OriginRequestIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The ID of the request that initiated a callout.
RequestFormSize
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Continuation request form size, in bytes. Depending on how many HTTP requests were used in a continuation, this field can contain up to three space-separated values.
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.
ResponseSize
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The size of the callout response, in bytes. Depending on how many HTTP requests were used in a continuation, this field can contain up to three space-separated values.
StatusCode
Type
int
Properties
Filter, Group, Nillable, Sort
Description
The HTTP status or internal code returned by the remote endpoint. A status code of 200 indicates that the request was successful. Other status code values indicate the type of problem that was encountered. Depending on how many HTTP requests were used in a continuation, this field can contain up to three space-separated values.
Timestamp
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The access time of Salesforce services in GMT. For example, 20130715233322.670.
Url
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The callout endpoint URL. Depending on how many HTTP requests were used in a continuation, this field can contain up to three space-separated values.
UserIdentifier
Type
string
Properties
Filter, Group, Nillable, Sort
Description
The 15-character ID of the user who’s using Salesforce services through the UI or the API. For example: 00530000009M943.
VisualforceControllerSize
Type
string
Properties
Filter, Group, Nillable, Sort
Description
Continuation Visualforce controller size, in bytes. Depending on how many HTTP requests were used in a continuation, this field can contain up to three space-separated values.