File: //snap/google-cloud-cli/current/help/man/man1/gcloud_transfer_jobs_describe.1
.TH "GCLOUD_TRANSFER_JOBS_DESCRIBE" 1
.SH "NAME"
.HP
gcloud transfer jobs describe \- get configuration and latest operation details about transfer job
.SH "SYNOPSIS"
.HP
\f5gcloud transfer jobs describe\fR \fINAME\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Get configuration and latest operation details about a specific transfer job.
.SH "EXAMPLES"
To describe a job, run:
.RS 2m
$ gcloud transfer jobs describe JOB\-NAME
.RE
If you're looking for recent error details, use the "latestOperationName"
returned by this command as input to the "operations describe" command:
.RS 2m
$ gcloud transfer jobs describe JOB\-NAME \e
\-\-format="json(latestOperationName)"
.RE
.RS 2m
$ gcloud transfer operations describe OPERATION\-NAME
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fINAME\fR
The name of the job you want to describe.
.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 describe
.RE