Import
This is an object representing an import task executed by SmoothIntegration to retrieve the latest data.
A "import.created" event will be created when the import starts, and either a "import.completed" or "import.failed" when the import has ended.
Imports are only available as Events, not through an API endpoint.
Commonly Import events are used to only synchronize data into your system once all data has been retrieved, to avoid any temporary incomplete datasets.
The Import object
Globally unique Identifier of the import in SmoothIntegration
The time up to which data is up-to-date as of the completion of this import
The status of this import as of this event.
One of
import.created import.completed import.failed
The event_id of the last event created by this Import for the CDC. Only set for import.created imports. If the import created no events, this value is also null
The event_id of the last event created by this Import for the Raw CDC. Only set for import.created imports. If the import created no events, this value is also null