gcloud alpha transfer operations list Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha transfer operations list - list Transfer Service transfer operations
- SYNOPSIS
gcloud alpha 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 …]
- DESCRIPTION
(ALPHA)List Transfer Service transfer operations to view theirprogress details at a glance.- EXAMPLES
- To list all transfer operations in your current project, run:
gcloudalphatransferoperationslistTo list all failed operations in your project, run:
gcloudalphatransferoperationslist--operation-statuses=failedTo list operations 'foo' and 'bar', run:
gcloudalphatransferoperationslist--operation-names=foo,barTo list all operations in your current project as JSON, which provides allfields and formatting available in the API, run:
gcloudalphatransferoperationslist--format=json - FLAGS
--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 jobnames with commas (e.g., --job-names=foo,bar). If not specified, operations forall jobs are listed.
--operation-names=[OPERATION_NAMES,…]- The names of operations you want to list. Separate multiple operation names withcommas (e.g., --operation-names-name=foo,bar). If not specified, all operationsare listed.
--operation-statuses=[OPERATION_STATUSES,…]- List only transfer operations with the statuses you specify. Options include'in_progress', 'paused', 'success','failed', 'aborted'. Separate multiplestatuses with commas (e.g., --operation-statuses=failed,aborted).
--expand-table- Include additional table columns (operation name, start time, status, datacopied, status, has errors, job name) in command output. Tip: increase the sizeof your terminal before running the command.
- GCLOUD WIDE FLAGS
- 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 helpfor details. - NOTES
- This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. This variant is also available:
gcloudtransferoperationslist
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.