- NAME
-
- gcloud transfer operations list - list Transfer Service transfer operations
- SYNOPSIS
-
-
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 …]
-
- DESCRIPTION
- List Transfer Service transfer operations to view their progress details at a glance.
- EXAMPLES
- To list all transfer operations in your current project, run:
gcloud transfer operations listTo list all failed operations in your project, run:
gcloud transfer operations list --operation-statuses = failedTo list operations 'foo' and 'bar', run:
gcloud transfer operations list --operation-names = foo,barTo 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 - 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 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).
- 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.
-
- 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 variant is also available:
gcloud alpha transfer operations list
gcloud transfer operations list
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.

