Lists transfer operations. Operations are ordered by their creation time in reverse chronological order.
HTTP request
GET https://storagetransfer.googleapis.com/v1/{name}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the type being listed; must be |
Query parameters
Parameters | |
---|---|
filter |
Required. A list of query parameters specified as JSON text in the form of: Since |
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
The response message for Operations.ListOperations
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"operations": [
{
object ( |
Fields | |
---|---|
operations[] |
A list of operations that matches the specified filter in the request. |
nextPageToken |
The standard 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.