Gets the state of the specified Cloud Dataflow job.
To get the state of a job, we recommend using projects.locations.jobs.get with a regional endpoint. Using projects.jobs.get is not recommended, as you can only get the state of jobs that are running in us-central1.
HTTP request
GET https://dataflow.googleapis.com/v1b3/projects/{projectId}/jobs/{jobId}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["This webpage details how to retrieve the state of a specific Cloud Dataflow job using the `projects.locations.jobs.get` method with a regional endpoint, which is the recommended approach over `projects.jobs.get`."],["The HTTP request to get a job's state is a `GET` request to `https://dataflow.googleapis.com/v1b3/projects/{projectId}/jobs/{jobId}`, using gRPC Transcoding syntax, where `projectId` and `jobId` are path parameters."],["Optional query parameters include `view` to specify the level of detail in the response, and `location` to indicate the regional endpoint where the job is located."],["No request body is needed for this operation, and a successful response will return a `Job` resource containing the requested job's state."],["Accessing this functionality requires authorization using either the `https://www.googleapis.com/auth/compute` or `https://www.googleapis.com/auth/cloud-platform` OAuth scopes."]]],[]]