- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists jobs.
HTTP request
GET https://cloudscheduler.googleapis.com/v1beta1/{parent=projects/*/locations/*}/jobs
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The location name. For example: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
filter |
If |
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 |
legacyAppEngineCron |
This field is used to manage the legacy App Engine Cron jobs using the Cloud Scheduler API. If the field is set to true, the jobs in the __cron queue will be listed instead. |
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.