Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 807 Bytes

SyncStatus.md

File metadata and controls

18 lines (13 loc) · 807 Bytes

SyncStatus

The SyncStatus Object ### Description The SyncStatus object is used to represent the syncing state of an account ### Usage Example View the SyncStatus for an account to see how recently its models were synced.

Properties

Name Type Description Notes
model_name str
model_id str
status object
is_initial_sync bool
last_sync_start datetime [optional]
next_sync_start datetime [optional]
selective_sync_configurations_usage object [optional]

[Back to Model list] [Back to API list] [Back to README]