Skip to content

vip import media status

Check the status of a currently running media import or retrieve an error log of the most recent media import.

Usage

vip import media status [options]

Options

OptionDescription
-a, --app [value] Target an application. Accepts a string value for the application name or an integer for the application ID.
-e, --env [value] Target an environment. Accepts a string value for the environment type.
-h, --help Retrieve a description, examples, and available options for a (sub)command. (default: false)
-v, --version Retrieve the version number of VIP-CLI currently installed on the local machine. (default: false)
-d, --debug [value] Generate verbose output during command execution to help identify or fix errors or bugs. –exportFileErrorsToJson [value] Format an error log in JSON. Default is TXT.
-s, --saveErrorLog [value] Skip the confirmation prompt and download an error log automatically.

Examples

- Check the status of the most recent media import.
* If the import is still in progress, the command will poll until the import is complete.
* If the import is already complete, the command will download an error log for the most recent import.
$ vip @example-app.production import media status

- Check the status of the most recent media import and automatically download the error log in JSON format.
$ vip @example-app.production import media status --saveErrorLog --exportFileErrorsToJson

Last updated: August 03, 2026