Skip to main content
Full detail of one data import, including its per-batch breakdown. A list_imports row plus 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

import_id
string
required
Id of the import to inspect — the id returned by list_imports.

Response

Body

id
string
status
string
Overall status: ‘scheduled’, ‘started’ or ‘finished’. One of: scheduled, started, finished.
trigger
string
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.
progress
integer
Overall completion 0–100, averaged across the import’s batches (100 when it has no batch).
error
boolean
True when any batch in the import ended in error.
resource_types
string[]
Distinct resource types the import touched — any of ‘data_table’, ‘quota’, ‘user’.
author_email
string
Email of the user who triggered the import; null for a system or scheduled import.
created_at
string
launched_at
string
finished_at
string
configs
object[]
Per-batch breakdown of the import — one entry per resource batch, each with its own status, progress, record counters and error state.