Skip to main content

log Query

Returns the specified Log object.

Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_admin_instance_permissions, org_manage_instances, org_view_instances]. 2. The signed-in User has any of the following permissions for the object's 'instance_Customer' attribute: [customer_admin_instance_permissions, customer_view_instances, customer_manage_marketplace_integrations]. 3. The signed-in User has any of the following permissions for the object's 'integration_Customer' attribute: [customer_admin_integration_permissions, customer_manage_integrations, customer_view_integrations]. 4. The signed-in User has any of the following permissions for the object's 'instance' attribute: [instance_admin_permissions, instance_view, instance_edit, instance_remove]. 5. The signed-in User has any of the following permissions for any version of the related integration where the object is related to a 'system' instance: [integration_admin_permissions, integration_view, integration_edit, integration_remove].

Input fields#

ArgumentTypeDescription
idID!The ID of the Log object.

Return fields (Log)#

allowRemove (Boolean!)#

Specifies whether the signed-in User can remove the Log.

allowUpdate (Boolean!)#

Specifies whether the signed-in User can update the Log.

configVariable (InstanceConfigVariable)#

The InstanceConfigVariable which relates to the Log entry.

executionResult (InstanceExecutionResult)#

The specific InstanceExecutionResult that is associated with the Log entry.

flow (IntegrationFlow)#

The specific IntegrationFlow that is associated with the Log entry.

flowConfig (InstanceFlowConfig)#

The IntegrationFlow which created the Log entry.

fromPreprocessFlow (Boolean)#

Specifies whether the Log was generated as part of the associated Integration's Preprocess Flow.

id (ID!)#

The ID of the object

instance (Instance)#

The Instance which created or is related to the Log entry.

integration (Integration)#

The specific Integration that is associated with the Log entry.

loopStepIndex (Int)#

The iteration index of the containing Loop IntegrationAction at the time this Log entry was generated, if any.

loopStepName (String)#

The name of the IntegrationAction that is the Loop containing the IntegrationAction that generated this Log entry, if any.

message (String!)#

The message body of the Log entry.

severity (LogSeverityLevel!)#

The severity level of the Log entry.

stepName (String)#

The name of the IntegrationAction that generated this Log entry.

timestamp (DateTime!)#

The timestamp at which the Log was created.

userLevelConfigVariable (UserLevelConfigVariable)#

The UserLevelConfigVariable which relates to the Log entry.