File: //snap/google-cloud-cli/current/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