- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - Try it!
 
Lists metadata jobs.
HTTP request
GET https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*}/metadataJobs
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The resource name of the parent location, in the format  Authorization requires the following IAM permission on the specified resource  
  | 
              
Query parameters
| Parameters | |
|---|---|
pageSize | 
                
                   
 Optional. The maximum number of metadata jobs to return. The service might return fewer jobs than this value. If unspecified, at most 10 jobs are returned. The maximum value is 1,000.  | 
              
pageToken | 
                
                   
 Optional. The page token received from a previous   | 
              
filter | 
                
                   
 Optional. Filter request. Filters are case-sensitive. The service supports the following formats: 
 You can combine filters with   | 
              
orderBy | 
                
                   
 Optional. The field to sort the results by, either   | 
              
Request body
The request body must be empty.
Response body
List metadata jobs response.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "metadataJobs": [
    {
      object ( | 
                  
| Fields | |
|---|---|
metadataJobs[] | 
                    
                       
 Metadata jobs under the specified parent location.  | 
                  
nextPageToken | 
                    
                       
 A token to retrieve the next page of results. If there are no more results in the list, the value is empty.  | 
                  
unreachableLocations[] | 
                    
                       
 Locations that the service couldn't reach.  | 
                  
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
dataplex.metadataJobs.list
For more information, see the IAM documentation.