configs — one entry per resource batch, each with its
own status, progress, record counters (created / updated / deleted / skipped)
and error state. Reach for it after list_imports surfaces a run whose outcome
you need to explain, e.g. why an integration refresh failed.
Parameters
Body
Body
Id of the import to inspect — the id returned by list_imports.
Response
Body
Body
Overall status: ‘scheduled’, ‘started’ or ‘finished’. One of:
scheduled,
started, finished.What kicked the import off, e.g. ‘scheduled_refresh’, ‘integration_refresh’
or ‘quota_sync’. Null when unknown. One of:
scheduled_refresh,
integration_refresh, integrations_with_frequency_refresh,
braqoffice_refresh, data_table_refresh, data_table_settings_update,
field_creation, quota_creation, quota_sync, quota_refresh,
quota_settings_update.Overall completion 0–100, averaged across the import’s batches (100 when it
has no batch).
True when any batch in the import ended in error.
Distinct resource types the import touched — any of ‘data_table’, ‘quota’,
‘user’.
Email of the user who triggered the import; null for a system or scheduled
import.
Per-batch breakdown of the import — one entry per resource batch, each with
its own status, progress, record counters and error state.