List jobs. Results are sorted by creation time, descending.
HTTP request
 GET https://run.googleapis.com/apis/run.googleapis.com/v1/{parent}/jobs 
Path parameters
parent 
 string 
Required. The namespace from which the jobs should be listed. Replace {namespace} with the project ID or number. It takes the form namespaces/{namespace}. For example: namespaces/PROJECT_ID It takes the form namespaces/{namespace} 
.
Authorization requires the following IAM 
permission on the specified resource parent 
:
-  
run.jobs.list 
Query parameters
| Parameters | |
|---|---|
 limit 
 |  
     Optional. The maximum number of records that should be returned.  |  
 includeUninitialized 
 |  
     Optional. Not supported by Cloud Run.  |  
 fieldSelector 
 |  
     Optional. Not supported by Cloud Run.  |  
 labelSelector 
 |  
     Optional. Allows to filter resources based on a label. Supported operations are =, !=, exists, in, and notIn.  |  
 resourceVersion 
 |  
     Optional. Not supported by Cloud Run.  |  
 watch 
 |  
     Optional. Not supported by Cloud Run.  |  
 continue 
 |  
     Optional. Optional encoded string to continue paging.  |  
Request body
The request body must be empty.
Response body
ListJobsResponse is a list of Jobs resources.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
 { "items" : [ { object (  |  
| Fields | |
|---|---|
 items[] 
 |  
     List of Jobs.  |  
 apiVersion 
 |  
     The API version for this call such as "run.googleapis.com/v1".  |  
 kind 
 |  
     The kind of this resource, in this case "JobsList".  |  
 metadata 
 |  
     Metadata associated with this jobs list.  |  
 unreachable[] 
 |  
     Locations 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 .

