Check Issue Import Status
When using GET, this endpoint reports the status of the current import task.After the job has been scheduled, but before it starts executing, the endpointreturns a 202 response with status `ACCEPTED`.Once it starts running, it is a 202 response with status `STARTED` and progress filled.After it is finished, it becomes a 200 response with status `SUCCESS` or `FAILURE`.