Import Jobs
Asynchronous import job status tracking and management. Provides endpoints to retrieve the current status of import jobs initiated from third-party platforms (e.g., client imports), list all import jobs for a tenant with progress details, and poll for job completion. Import jobs track total items, processed items, success count, failure count, and overall status (queued, in progress, completed, failed, cancelled).
-
GET Get Import Job StatusReturns the current status of an import job/tenants/{tenant}/import-jobs/{code}
-
GET Get Import Job ClientsReturns the outcome of each client in an import job, including the reason any client failed. Filter with the status query parameter (e.g. status=Faile.../tenants/{tenant}/import-jobs/{code}/clients
-
GET List Import JobsReturns a paginated list of import jobs for the tenant/tenants/{tenant}/import-jobs