Method: projects.jobs.aggregated

List the jobs of a project across all regions.

Note: This method doesn't support filtering the list of jobs by name.

HTTP request

GET https://dataflow.googleapis.com/v1b3/projects/{projectId}/jobs:aggregated

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
projectId

string

The project which owns the jobs.

Query parameters

Parameters
filter

enum (Filter)

The kind of filter to use.

view
(deprecated)

enum (JobView)

Deprecated. jobs.list always returns summaries now. Use jobs.get for other JobViews.

pageSize

integer

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.

pageToken

string

Set this to the 'nextPageToken' field of a previous response to request additional results in a long list.

location

string

The regional endpoint that contains this job.

name

string

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.readonly
  • https://www.googleapis.com/auth/compute
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.