- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. Format: customers/{customer_id}/profiles/{profilePermanentId} |
Query parameters
Parameters | |
---|---|
pageSize |
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 |
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 ( |
Fields | |
---|---|
chromeBrowserProfileCommands[] |
The list of commands returned. |
nextPageToken |
The pagination token that can be used to list the next page. |
totalSize |
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