- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List the jobs of a project.
To list the jobs of a project in a region, we recommend using projects.locations.jobs.list
with a regional endpoint. To list the all jobs across all regions, use projects.jobs.aggregated
. Using projects.jobs.list
is not recommended, because you can only get the list of jobs that are running in us-central1
.
projects.locations.jobs.list
and projects.jobs.list
support filtering the list of jobs by name. Filtering by name isn't supported by projects.jobs.aggregated
.
HTTP request
GET https://dataflow.googleapis.com/v1b3/projects/{projectId}/locations/{location}/jobs
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
project |
The project which owns the jobs. |
location |
The regional endpoint that contains this job. |
Query parameters
Parameters | |
---|---|
filter |
The kind of filter to use. |
view |
Deprecated. jobs.list always returns summaries now. Use jobs.get for other JobViews. |
page |
If there are many jobs, limit response to at most this many. The actual number of jobs returned will be the lesser of max_responses and an unspecified server-defined limit. |
page |
Set this to the 'nextPageToken' field of a previous response to request additional results in a long list. |
name |
Optional. The job name. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListJobsResponse
.
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.