Lists the applications available for data transfer for a customer.
HTTP request
GET https://admin.googleapis.com/admin/datatransfer/v1/applications
The URL uses gRPC Transcoding syntax.
Query parameters
| Parameters | |
|---|---|
customerId
|
Immutable ID of the Google Workspace account. |
maxResults
|
Maximum number of results to return. Default is 100. |
pageToken
|
Token to specify next page in the list. |
Request body
The request body must be empty.
Response body
Template for a collection of Applications.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"kind"
:
string
,
"etag"
:
string
,
"applications"
:
[
{
object (
|
| Fields | |
|---|---|
kind
|
Identifies the resource as a collection of Applications. |
etag
|
ETag of the resource. |
applications[]
|
The list of applications that support data transfer and are also installed for the customer. |
nextPageToken
|
Token to specify the next page in the list. |
Authorization scopes
Requires one of the following OAuth scopes:
-
https://www.googleapis.com/auth/admin.datatransfer -
https://www.googleapis.com/auth/admin.datatransfer.readonly
For more information, see the Authorization guide .

