Method: customers.profiles.commands.list

Lists remote commands of a Chrome browser profile.

HTTP request

GET https://chromemanagement.googleapis.com/v1/{parent=customers/*/profiles/*}/commands

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Format: customers/{customer_id}/profiles/{profilePermanentId}

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of commands to return. The default page size is 100 if pageSize is unspecified, and the maximum page size allowed is 100.

pageToken

string

Optional. The page token used to retrieve a specific page of the listing request.

Request body

The request body must be empty.

Response body

Response to commands.list method.

If successful, the response body contains data with the following structure:

JSON representation
{
  "chromeBrowserProfileCommands": [
    {
      object (ChromeBrowserProfileCommand)
    }
  ],
  "nextPageToken": string,
  "totalSize": string
}
Fields
chromeBrowserProfileCommands[]

object (ChromeBrowserProfileCommand)

The list of commands returned.

nextPageToken

string

The pagination token that can be used to list the next page.

totalSize

string (int64 format)

Total size represents an estimated number of resources returned.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/chrome.management.profiles.readonly
  • https://www.googleapis.com/auth/chrome.management.profiles