Magidoc

AccountIntegrationSyncJob
Object

Represents a sync job for an account integration

Fields

#

accountIntegration

The account integration this sync job relates to

accountIntegrationId

ID !
Non-null

ID of the account integration this sync job relates to

completedUtc

When the sync job was completed

contactsCreated

Non-null

Number of contacts created during sync

contactsFailed

Non-null

Number of contacts that failed to sync

contactsProcessed

Non-null

Total number of contacts processed during sync

contactsSkipped

Non-null

Number of contacts skipped during sync

contactsUpdated

Non-null

Number of contacts updated during sync

createdBy

Who created this sync job

createdUtc

Non-null

When this sync job was created

durationMs

Duration of the sync job in milliseconds

errorMessage

Error message if the sync job failed

id

ID !
Non-null

Unique identifier for this sync job

isCompleted

Non-null

Whether the sync job completed successfully

isFailed

Non-null

Whether the sync job failed

isRunning

Non-null

Whether the sync job is currently running

modifiedUtc

Non-null

When this sync job was modified

startedUtc

When the sync job was started

status

Non-null

Current status of the sync job

successRate

Success rate as a percentage

syncErrors

List of sync errors that occurred during this job

syncMode

Non-null

Mode of sync (incremental or full)

syncType

Non-null

Type of sync that was performed

Usages

#

References

#

  • Field integrationSyncHistory from Query
  • Field lastIntegrationSync from Query
  • Field scheduleIntegrationSync from Mutation