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}/locations/{location}/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 endpoint retrieves the state of a specified Cloud Dataflow job, and it is recommended to use the `projects.locations.jobs.get` method with a regional endpoint for broader job state access."],["The HTTP request uses a `GET` method with a URL that includes the project ID, location, and job ID as path parameters."],["The request accepts one query parameter, `view`, which determines the level of information included in the response, refering to the JobView."],["The request body must be empty, and the response body will contain a Job instance if the request is successful."],["The endpoint needs one of the following OAuth scopes for authorization: `https://www.googleapis.com/auth/compute` or `https://www.googleapis.com/auth/cloud-platform`."]]],[]]