- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
project |
The ID of the Cloud Platform project that the job belongs to. |
job |
The job ID. |
Query parameters
Parameters | |
---|---|
view |
The level of information requested in response. |
location |
The regional endpoint that contains this job. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Job
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/compute
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.