Google Cloud GetJob

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.GetJob

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

The Dataflow job ID

The regional endpoint (e.g. us-central1)

The GCP service account to impersonate

Reference (ref) of the pluginDefaults to apply to this task.

The GCP project ID

SubTypestring
Default["https://www.googleapis.com/auth/cloud-platform"]

The GCP scopes to be used

The GCP service account

Formatdate-time

The timestamp of when the job was created

The current execution state

Formatdate-time

The timestamp of when the current state was entered

The job ID

A map containing job metrics