- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - Try it!
 
Lists previously created migration subtasks.
HTTP request
GET https://bigquerymigration.googleapis.com/v2alpha/{parent=projects/*/locations/*/workflows/*}/subtasks
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The migration task of the subtasks to list. Example:   | 
              
Query parameters
| Parameters | |
|---|---|
readMask | 
                
                   
 Optional. The list of fields to be retrieved.  | 
              
pageSize | 
                
                   
 Optional. The maximum number of migration tasks to return. The service may return fewer than this number.  | 
              
pageToken | 
                
                   
 Optional. A page token, received from previous  When paginating, all other parameters provided to   | 
              
filter | 
                
                   
 Optional. The filter to apply. This can be used to get the subtasks of a specific tasks in a workflow, e.g.   | 
              
Request body
The request body must be empty.
Response body
Response object for a subtasks.list call.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
{
  "migrationSubtasks": [
    {
      object ( | 
                  
| Fields | |
|---|---|
migrationSubtasks[] | 
                    
                       
 The migration subtasks for the specified task.  | 
                  
nextPageToken | 
                    
                       
 A token, which can be sent as   | 
                  
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:
bigquerymigration.subtasks.list
For more information, see the IAM documentation.