Import
Bulk import data from CSV/spreadsheet files into the system.
📄️ Add Import
Initiates a new import job and returns a pre-signed S3 URL to upload the CSV file. After uploading the file to the returned URL, the import will be processed automatically.
📄️ Get Import
Retrieve the status and details of a single import by its ID.
📄️ List Imports
Retrieve a page of imports for the current company, newest first. Pass the previous response cursor to fetch the next page. Archived imports are excluded unless archived is set.
📄️ Get Import Errors
Retrieve the error records for an import. Each record contains a pre-signed URL to download the raw error data for that row.
📄️ Cleanup Import
Rolls back and removes all records that were created by the specified import. Use this to undo an import that contained incorrect data.