HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //snap/google-cloud-cli/394/help/man/man1/gcloud_transfer_operations_list.1
.TH "GCLOUD_TRANSFER_OPERATIONS_LIST" 1



.SH "NAME"
.HP
gcloud transfer operations list \- list Transfer Service transfer operations



.SH "SYNOPSIS"
.HP
\f5gcloud transfer operations list\fR [\fB\-\-limit\fR=\fILIMIT\fR] [\fB\-\-page\-size\fR=\fIPAGE_SIZE\fR;\ default=256] [\fB\-\-job\-names\fR=[\fIJOB_NAMES\fR,...]] [\fB\-\-operation\-names\fR=[\fIOPERATION_NAMES\fR,...]] [\fB\-\-operation\-statuses\fR=[\fIOPERATION_STATUSES\fR,...]] [\fB\-\-expand\-table\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

List Transfer Service transfer operations to view their progress details at a
glance.



.SH "EXAMPLES"

To list all transfer operations in your current project, run:

.RS 2m
$ gcloud transfer operations list
.RE

To list all failed operations in your project, run:

.RS 2m
$ gcloud transfer operations list \-\-operation\-statuses=failed
.RE

To list operations 'foo' and 'bar', run:

.RS 2m
$ gcloud transfer operations list \-\-operation\-names=foo,bar
.RE

To list all operations in your current project as JSON, which provides all
fields and formatting available in the API, run:

.RS 2m
$ gcloud transfer operations list \-\-format=json
.RE



.SH "FLAGS"

.RS 2m
.TP 2m
\fB\-\-limit\fR=\fILIMIT\fR

Return the first items from the API up to this limit.

.TP 2m
\fB\-\-page\-size\fR=\fIPAGE_SIZE\fR; default=256

Retrieve batches of this many items from the API.

.TP 2m
\fB\-\-job\-names\fR=[\fIJOB_NAMES\fR,...]

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.

.TP 2m
\fB\-\-operation\-names\fR=[\fIOPERATION_NAMES\fR,...]

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.

.TP 2m
\fB\-\-operation\-statuses\fR=[\fIOPERATION_STATUSES\fR,...]

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).

.TP 2m
\fB\-\-expand\-table\fR

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.


.RE
.sp

.SH "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 \fB$ gcloud help\fR for details.



.SH "NOTES"

This variant is also available:

.RS 2m
$ gcloud alpha transfer operations list
.RE