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
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
|
The maximum number of items to return. |
pageToken
|
The |
filter
|
The filter expression, following the syntax outlined in https://google.aip.dev/160 . |
orderBy
|
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 (
|
| Fields | |
|---|---|
jobs[]
|
List of jobs in the specified region. |
nextPageToken
|
The pagination token. |
unreachable[]
|
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 .

