Method: projects.locations.jobs.list

List all Jobs for a project within a region.

HTTP request

GET https://batch.googleapis.com/v1/{parent=projects/*/locations/*}/jobs

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Parent path.

Query parameters

Parameters
filter

string

List filter.

orderBy

string

Optional. Sort results. Supported are "name", "name desc", "create_time", and "create_time desc".

pageSize

integer

Page size.

pageToken

string

Page token.

Request body

The request body must be empty.

Response body

ListJob Response.

If successful, the response body contains data with the following structure:

JSON representation
{
  "jobs": [
    {
      object (Job)
    }
  ],
  "nextPageToken": string,
  "unreachable": [
    string
  ]
}
Fields
jobs[]

object (Job)

Jobs.

nextPageToken

string

Next page token.

unreachable[]

string

Locations that could not be reached.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.