Lists transfer jobs.
HTTP request
GET https://storagetransfer.googleapis.com/v1/transferJobs
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
| filter | 
 Required. A list of query parameters specified as JSON text in the form of: The JSON formatting in the example is for display only; provide the query parameters without spaces or line breaks. 
 Authorization requires the following IAM permission on the specified resource  
 | 
| pageSize | 
 The list page size. The max allowed value is 256. | 
| pageToken | 
 The list page token. | 
Request body
The request body must be empty.
Response body
Response from transferJobs.list.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "transferJobs": [
    {
      object ( | 
| Fields | |
|---|---|
| transferJobs[] | 
 A list of transfer jobs. | 
| nextPageToken | 
 The list next page token. | 
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.