- NAME
-
- gcloud beta dataflow jobs describe - outputs the Job object resulting from the Get API
- SYNOPSIS
-
-
gcloud beta dataflow jobs describeJOB_ID[--full] [--region=REGION_ID] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(BETA)By default this will display the Summary view which includes:- Project ID
- Regional Endpoint
- Job ID
- Job Name
- Job Type (Batch vs. Streaming)
- Job Create Time
- Job Status (Running, Done, Cancelled, Failed)
- Job Status Time
Notable values that are only in the full view:
- Environment (staging Jars, information about workers, etc.)
- Steps from the workflow graph
- POSITIONAL ARGUMENTS
-
-
JOB_ID - Job ID to operate on.
-
- FLAGS
-
-
--full - Retrieve the full Job rather than the summary view
-
--region=REGION_ID - Region ID of the job's regional endpoint. Defaults to 'us-central1'.
-
- 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
$ gcloud helpfor details. - NOTES
- This command is currently in beta and might change without notice. This variant
is also available:
gcloud dataflow jobs describe
gcloud beta dataflow jobs describe
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.

