---
title: "Get running export/import status"
method: GET
path: "/account/viq/export-import-status"
tags: ["Account"]
---

# Get running export/import status

`GET /account/viq/export-import-status`

This is used check the live status of VIQ export or import

## Query parameters

- `viqOperationType` 'EXPORT' | 'IMPORT', required

## Response `200`

OK

- XiqViqExportImportStatusResponse — ExtremeCloud IQ Viq Export Import Status
  - `user_name` string — Name of the user
  - `vhm_id` string — VHM ID of the user
  - `operation` string — Type of operation
  - `status` string — Current status of operation
  - `total_finish_percentage` integer — Total finish percentage
  - `export_file_name` string, required — The exported file name
  - `log_file_name` string, required — The export log file name
  - `export_time` integer — The last backed up time.
  - `start_time` integer — The start time.
  - `end_time` integer — The end time.
  - `remain_time` integer — The remaining time.
  - `viq_task_progresses` XiqViqTaskProgress[]
    - `task_name` string — Current task name
    - `finish_percentage` integer — Current task finish percentage
    - `detail` string — Detail of current task
    - `status` string — Status of current task

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
