gcloud transfer operations list - list Transfer Service transfer operations
gcloud transfer operations list [--limit=LIMIT] [--page-size=PAGE_SIZE; default=256] [--job-names=[JOB_NAMES,...]] [--operation-names=[OPERATION_NAMES,...]] [--operation-statuses=[OPERATION_STATUSES,...]] [--expand-table] [GCLOUD_WIDE_FLAG ...]
List Transfer Service transfer operations to view their progress details at a glance.
To list all transfer operations in your current project, run:
$ gcloud transfer operations list
To list all failed operations in your project, run:
$ gcloud transfer operations list --operation-statuses=failed
To list operations 'foo' and 'bar', run:
$ gcloud transfer operations list --operation-names=foo,bar
To list all operations in your current project as JSON, which provides all fields and formatting available in the API, run:
$ gcloud transfer operations list --format=json
- --limit=LIMIT
Return the first items from the API up to this limit.
- --page-size=PAGE_SIZE; default=256
Retrieve batches of this many items from the API.
- --job-names=[JOB_NAMES,...]
The names of the jobs whose operations you want to list. Separate multiple job names with commas (e.g., --job-names=foo,bar). If not specified, operations for all jobs are listed.
- --operation-names=[OPERATION_NAMES,...]
The names of operations you want to list. Separate multiple operation names with commas (e.g., --operation-names-name=foo,bar). If not specified, all operations are listed.
- --operation-statuses=[OPERATION_STATUSES,...]
List only transfer operations with the statuses you specify. Options include 'in_progress', 'paused', 'success','failed', 'aborted'. Separate multiple statuses with commas (e.g., --operation-statuses=failed,aborted).
- --expand-table
Include additional table columns (operation name, start time, status, data copied, status, has errors, job name) in command output. Tip: increase the size of your terminal before running the command.
These flags are available to all commands: --access-token-file, --account, --billing-project, --configuration, --flags-file, --flatten, --format, --help, --impersonate-service-account, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
This variant is also available:
$ gcloud alpha transfer operations list