# Read synchronization log
The synchronization log documents what exactly was synchronized during a job run.
# Read log for the last run of a synchronization job
The endpoint below can be used to get the synchronization log from the last run of a synchronization job. This example also includes the synchronization details in the results to give a more exact overview of the synchronization.
GET /odata/synchronizationactivities/latest(syncJobId=<syncjobid>)?repository=repo1&$expand=Details
Header: Authorization: <bearer_token>