Method: projects.locations.jobs.list

Lists jobs in the specified region.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Format: projects/{project}/locations/{location}

Authorization requires the following IAM permission on the specified resource parent:

  • transcoder.jobs.list

Query parameters

Parameters
pageSize

integer

The maximum number of items to return.

pageToken

string

The nextPageToken value returned from a previous List request, if any.

filter

string

The filter expression, following the syntax outlined in https://google.aip.dev/160.

orderBy

string

One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.

Request body

The request body must be empty.

Response body

Response message for TranscoderService.ListJobs.

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

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

object (Job)

List of jobs in the specified region.

nextPageToken

string

The pagination token.

unreachable[]

string

List of regions 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.