/o/datamigration/getmyimports

Get list of my imports using data migration plugin

Get a list of imports on this server.

If you have not provided valid API_KEY or AUTH_TOKEN - you will get unauthorized error.
If you don't have any imports - you will get: {"result":"You don't have any imports"}

If list of imports is returned, then each object describing import has fields:

  • type - "file", "folder" or "" - if it is file or folder, it means import process is still ongoing.
  • log - log file for this import
  • last_update - timestamp, when there is new information added to log
  • app_list - list of all app name, which are imported.

If import process is failed type will be stuck with value "file" or "folder". Reason for failed import will be visible in log file.

Language