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

id uuid

Globally unique Identifier of the import in SmoothIntegration


time timestamp

The time up to which data is up-to-date as of the completion of this import


status enum

The status of this import as of this event.
One of import.created import.completed import.failed


last_event_id enum nullable

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


last_domain_event_id enum nullable

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