Check Import/Export Job

Via below commands, users can check current import/export job status. “job_id” supports using wildcard character. If "delete_finished_jobs" is set to true, after running this command, the finished job information will be deleted and will not be obtained anymore.

curl -u shiva:shiva -XGET 'localhost:8902/hippo/v1/_get_standalone_job/{job_id}?pretty&delete_finished_jobs=false'

Result:

{
  "jobs" : [ ]
}