We are migrating from v1/v2 to new API. And we found that the individual profile import API cannot handle our workload (rate limit). So we are trying to use the bulk profile import. But we wonder that if there is one bad email in, say 1000, how could we find the offending email so that we can filter it out and resend the batch in case of failure.
I know there is a profile-bulk-import-jobs API to get the status and info of the submitted job. Is the error details show us the offending email?
Similarly we will use bulk event API endpoints. We want to know if the same solution exists for bulk event job.
Thanks!