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/396/help/man/man1/gcloud_dataflow_jobs_describe.1
.TH "GCLOUD_DATAFLOW_JOBS_DESCRIBE" 1



.SH "NAME"
.HP
gcloud dataflow jobs describe \- outputs the Job object resulting from the Get API



.SH "SYNOPSIS"
.HP
\f5gcloud dataflow jobs describe\fR \fIJOB_ID\fR [\fB\-\-full\fR] [\fB\-\-region\fR=\fIREGION_ID\fR] [\fIGCLOUD_WIDE_FLAG\ ...\fR]



.SH "DESCRIPTION"

By default this will display the Summary view which includes:
.RS 2m
.IP "\(bu" 2m
Project ID
.IP "\(bu" 2m
Regional Endpoint
.IP "\(bu" 2m
Job ID
.IP "\(bu" 2m
Job Name
.IP "\(bu" 2m
Job Type (Batch vs. Streaming)
.IP "\(bu" 2m
Job Create Time
.IP "\(bu" 2m
Job Status (Running, Done, Cancelled, Failed)
.IP "\(bu" 2m
Job Status Time
.RE
.sp

Notable values that are only in the full view:
.RS 2m
.IP "\(bu" 2m
Environment (staging Jars, information about workers, etc.)
.IP "\(bu" 2m
Steps from the workflow graph
.RE
.sp



.SH "POSITIONAL ARGUMENTS"

.RS 2m
.TP 2m
\fIJOB_ID\fR

Job ID to operate on.


.RE
.sp

.SH "FLAGS"

.RS 2m
.TP 2m
\fB\-\-full\fR

Retrieve the full Job rather than the summary view

.TP 2m
\fB\-\-region\fR=\fIREGION_ID\fR

Region ID of the job's regional endpoint. Defaults to 'us\-central1'.


.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 beta dataflow jobs describe
.RE