
Google Cloud GetJob
CertifiedRetrieve status and metadata of a Dataflow job
Google Cloud GetJob
Certified
Retrieve status and metadata of a Dataflow job
Queries the Google Cloud Dataflow service to get the current execution state, metadata, and execution metrics of a job.
yaml
type: io.kestra.plugin.gcp.dataflow.GetJobExamples
Get Dataflow job details.
yaml
id: get_dataflow_job
namespace: company.team
tasks:
- id: get_job
type: io.kestra.plugin.gcp.dataflow.GetJob
projectId: "{{ secret('GCP_PROJECT_ID') }}"
location: us-central1
jobId: 2026-06-25_00_00_00-123456789
Properties
jobId *Requiredstring
The Dataflow job ID
location *Requiredstring
The regional endpoint (e.g. us-central1)
impersonatedServiceAccount string
The GCP service account to impersonate
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
projectId string
The GCP project ID
scopes array
SubTypestring
Default
["https://www.googleapis.com/auth/cloud-platform"]The GCP scopes to be used
serviceAccount string
The GCP service account
Outputs
createTime string
Format
date-timeThe timestamp of when the job was created
currentState string
The current execution state
currentStateTime string
Format
date-timeThe timestamp of when the current state was entered
jobId string
The job ID
metrics object
A map containing job metrics