Currently the bulk import status request returns 200 if it is complete or if it is still underway, so a client has to implement additional logic to determine whether or not it is completed. We want to change the status code to 202 if an import is still underway.
Let's also make sure that all status codes for bulk imports are up-to-date in the wiki.