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/current/help/man/man1/gcloud_transfer_jobs_list.1
.TH "GCLOUD_TRANSFER_JOBS_LIST" 1



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



.SH "SYNOPSIS"
.HP
\f5gcloud transfer jobs list\fR [\fB\-\-limit\fR=\fILIMIT\fR] [\fB\-\-page\-size\fR=\fIPAGE_SIZE\fR;\ default=256] [\fB\-\-job\-names\fR=[\fIJOB_NAMES\fR,...]] [\fB\-\-job\-statuses\fR=[\fIJOB_STATUSES\fR,...]] [\fB\-\-expand\-table\fR] [\fB\-\-job\-type\fR=\fIJOB_TYPE\fR;\ default="transfer"] [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

List Transfer Service transfer jobs in a given project to show their
configurations and latest operations.



.SH "EXAMPLES"

To list all jobs in your current project, run:

.RS 2m
$ gcloud transfer jobs list
.RE

To list all disabled jobs in your project, run:

.RS 2m
$ gcloud transfer jobs list \-\-job\-statuses=disabled
.RE

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

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

To list all information about all jobs formatted as JSON, run:

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

To list all information about jobs 'foo' and 'bar' formatted as YAML, run:

.RS 2m
$ gcloud transfer jobs list \-\-job\-names=foo,bar \-\-format=YAML
.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 you want to list. Separate multiple job names with commas
(e.g., \-\-job\-names=foo,bar). If not specified, all jobs will be listed.

.TP 2m
\fB\-\-job\-statuses\fR=[\fIJOB_STATUSES\fR,...]

List only jobs with the statuses you specify. Options include 'enabled',
\'disabled', 'deleted' (case insensitive). Separate multiple statuses with
commas (e.g., \-\-job\-statuses=enabled,deleted). If not specified, all jobs
will be listed.

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

Include additional table columns (job name, source, destination, frequency,
lastest operation name, job status) in command output. Tip: increase the size of
your terminal before running the command.

.TP 2m
\fB\-\-job\-type\fR=\fIJOB_TYPE\fR; default="transfer"

The type of the job you want to list. \fIJOB_TYPE\fR must be one of:
\fBtransfer\fR, \fBreplication\fR.


.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 jobs list
.RE