An ImportJob entity represents an operation that imports records into the system from a specific provider (e.g., Excel file). The import job can either validate the data or execute the import process. It includes details about the job type, progress, status, and provider configuration.
Properties
Name
Description
Type
Example
uid
Unique identifier of the import job
string
job-xyz789
provider_type
The type of import provider (excel, import_job)
string
excel
provider_data
The configuration data used by the provider for the import
object
See Provider Data below
job_type
The type of job operation (validate, execute). validate checks for errors; execute runs the import
string
execute
status
The current status of the import job (pending, processing, done, error)
string
processing
error_message
Error message if the job failed
string
null
progress
Progress of the import job, including total, done, error, and pending records