leads_csv_import_statusRetrieves status of existing leads_csv_import request
| Name | Type | Required | Example |
|---|---|---|---|
user_id | Integer | N | 1001Inserting userID if ai_token is not present |
process_id | Integer | N | 1234ProcessID to check status of (Either ID or filename is required) |
process_filename | String | N | imp_200422.csvFilename to check status of (Either ID or filename is required) |
| Name | Type | Example |
|---|---|---|
current_status | String | FINSIHEDNOT_STARTED / RUNNING / FINISHED / FAILED / ERROR |
rows_percent | Float | 92.12Percent of Rows Processed, 100% garauntess that all rows have been processed but not necessarily completion as some re-caching & post-processing is required |
d_started | DateTime | 2020-12-31 12:15:15Time of last_update or 0000-00-00 00:00:00 when not yet started |
d_created | DateTime | 2020-12-31 12:15:15Time of last_update or 0000-00-00 00:00:00 when not yet started |
d_updated | DateTime | 2020-12-31 12:15:15Time of last_update or 0000-00-00 00:00:00 when not yet started |
used_file | String | uploads/...csvThe CSV File that was processed |
used_config | String | [..]The JSON array used to configure & parse the file |
summary | Array | [..]If "FINISHED" This will contain an array with the following summary response information: file_upload_count, file_upload_skip_count, file_upload_total, total_count, insert_count, file_upload_insert_count, file_upload_update_count, total_skipped, skip_count, duplicate_count, file_upload_duplicate_count, empty_count, unchanged_count, file_upload_unchanged_count, update_count, file_basename, error_log, view_leads_url |