Required. The location name. For example:projects/PROJECT_ID/locations/LOCATION_ID.
Authorization requires the followingIAMpermission on the specified resourceparent:
cloudscheduler.jobs.list
Query parameters
Parameters
filter
string
filtercan be used to specify a subset of jobs.
Iffilterequalstarget_config="HttpConfig", then the http target jobs are retrieved. Iffilterequalstarget_config="PubSubConfig", then the Pub/Sub target jobs are retrieved. Iffilterequalslabels.foo=value1
labels.foo=value2then only jobs which are labeled with foo=value1 AND foo=value2 will be returned.
pageSize
integer
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
string
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 ofnextPageTokenreturned from the previous call tojobs.list. It is an error to switch the value offilterororderBywhile iterating through pages.
legacyAppEngineCron
boolean
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.
A token to retrieve next page of results. Pass this value in thepageTokenfield in the subsequent call tojobs.listto retrieve the next page of results. If this is empty it indicates that there are no more results through which to paginate.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-23 UTC."],[],[],null,["# Method: projects.locations.jobs.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListJobsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists jobs.\n\n### HTTP request\n\n`GET https://cloudscheduler.googleapis.com/v1beta1/{parent=projects/*/locations/*}/jobs`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for listing jobs using [jobs.list](/scheduler/docs/reference/rest/v1beta1/projects.locations.jobs/list#google.cloud.scheduler.v1beta1.CloudScheduler.ListJobs).\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/cloud-scheduler`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]