For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sync History

The Sync History view shows a time-ordered log of every inbound Sync run for this Connector, so you can confirm that data is flowing correctly and investigate any failures.

The Sync History view for AOH Test AD → CloudSync (Delta), showing a table of recent sync runs with columns for Started, Status, Duration, Records, and Detail

The Sync History table lists recent Sync runs with their start time, status, duration, record count, and detail.

What you can do here

Action
What it does

Refresh

Manually reloads the Sync History table. The view updates automatically every 5 seconds.

Review run rows

Each row shows the start time, outcome status, how long the run took, how many records were processed, and an additional detail column indicating the sync method used.

Understanding the Sync History table

Each row in the Sync History table represents one completed or in-progress Sync run:

  • Started — The date and time the Sync run began.

  • Status — The outcome of the run. Typical statuses include succeeded (completed without errors) and running (currently in progress).

  • Duration — How long the Sync took to complete, shown in seconds.

  • Records — The number of records processed during this run. A dash (—) indicates that record-level counts were not captured for that run.

  • Detail — Additional context about the run, such as the method used to retrieve data (for example, via entra_id).

The Sync History view updates automatically every 5 seconds. Click Refresh at any time to load the latest data immediately.

Last updated