- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists jobs.
HTTP request
GET https://cloudscheduler.googleapis.com/v1/{parent=projects/*/locations/*}/jobs
The URL uses gRPC Transcoding syntax.
Path parameters
parent
string
Required. The location name. For example: projects/PROJECT_ID/locations/LOCATION_ID
.
Authorization requires the following IAM
permission on the specified resource parent
:
-
cloudscheduler.jobs.list
Query parameters
| Parameters | |
|---|---|
pageSize
|
Requested page size. The maximum page size is 500. If unspecified, the page size will be the maximum. Fewer jobs than requested might be returned, even if more jobs exist; use nextPageToken to determine if more jobs exist. |
pageToken
|
A token identifying a page of results the server will return. To request the first page results, pageToken must be empty. To request the next page of results, pageToken must be the value of |
Request body
The request body must be empty.
Response body
Response message for listing jobs using jobs.list
.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"jobs"
:
[
{
object (
|
| Fields | |
|---|---|
jobs[]
|
The list of jobs. |
nextPageToken
|
A token to retrieve next page of results. Pass this value in the The page token is valid for only 2 hours. |
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/cloud-platform -
https://www.googleapis.com/auth/cloud-scheduler
For more information, see the Authentication Overview .

