Method: customers.profiles.commands.get

  • This API endpoint allows you to retrieve a specific Chrome browser profile remote command.

  • The GET request includes path parameters for the customer ID, profile permanent ID, and command ID.

  • The request body must be empty, and a successful response returns a ChromeBrowserProfileCommand object.

  • Authorization requires either the chrome.management.profiles.readonly or chrome.management.profiles OAuth scopes.

Gets a Chrome browser profile remote command.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

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

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of ChromeBrowserProfileCommand.

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