Data Imports
Upload Data Import
Uploads mapped CSV data for import and kicks off background validation. Returns the data import ID and a tracked job log ID to poll for validation progress.
Get Data Import Summary
Returns the summary for a data import including status, row counts, and validation/import summaries.
Get Validation Results
Returns paginated validation results for a data import. Optionally filter by result type.
Execute Data Import
Executes a validated data import. Kicks off the background import job and returns a tracked job log ID to monitor progress.
Get Import Results
Returns the import results after execution has completed.