# Check import status
You can return the list of all imports. By adding "?import_id=<import_id>
" param, you can check a specific import status.
GET
/import/status/
# Response
Name | Description |
---|---|
id | A unique identifier for your import automatically generated by the User.com app |
total_count | A number of all users provided in a CSV file |
succeeded | A number of successfully imported users |
failed | A number of users that haven't been imported due to some error |
started_at | A DateTime when your import has started |
finished_at | A DateTime when you import has finished (do not mistake with a DateTime when your users should be created) |
rows_with_errors | A list of a maximum first 50 rows that resulted in some error during the import |