GET
/sync-status
https://api.merge.dev/api/filestorage/v1/sync-status
US
EU
APAC
Get sync status for the current sync and the most recently finished sync. last_sync_start
represents the most recent time any sync began. last_sync_finished
represents the most recent time any sync completed. These timestamps may correspond to different sync instances which may result in a sync start time being later than a separate sync completed time. To ensure you are retrieving the latest available data reference the last_sync_finished
timestamp where last_sync_result
is DONE
. Possible values for status
and last_sync_result
are DISABLED
, DONE
, FAILED
, PARTIALLY_SYNCED
, PAUSED
, SYNCING
. Learn more about sync status in our Help Center.
Query & path parameters
cursor
StringOptional
The pagination cursor value.
page_size
IntegerOptional
Number of results to return per page.