AI-generated Key Takeaways
-
List telemetry events for a specific customer using the provided endpoint.
-
Filter results by device, user, organizational unit, timestamp, or event type using query parameters.
-
Specify desired fields in the response using the
readMask
query parameter. -
The response includes a list of telemetry events and a token for pagination.
-
Requires
https://www.googleapis.com/auth/chrome.management.telemetry.readonly
authorization scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List telemetry events.
HTTP request
GET https://chromemanagement.googleapis.com/v1/{parent=customers/*}/telemetry/events
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Customer id or "my_customer" to use the customer associated to the account making the request. |
Query parameters
Parameters | |
---|---|
filter |
Optional. Only include resources that match the filter. Although this parameter is currently optional, this parameter will be required- please specify at least 1 event type. Supported filter fields:
|
readMask |
Required. Read mask to specify which fields to return. Although currently required, this field will become optional, while the filter parameter with an event type will be come required. Supported readMask paths are:
This is a comma-separated list of fully qualified names of fields. Example: |
pageSize |
Optional. Maximum number of results to return. Default value is 100. Maximum value is 1000. |
pageToken |
Optional. Token to specify next page in the list. |
Request body
The request body must be empty.
Response body
Response message for listing telemetry events for a customer.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"telemetryEvents": [
{
object ( |
Fields | |
---|---|
telemetryEvents[] |
Telemetry events returned in the response. |
nextPageToken |
Token to specify next page in the list. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.telemetry.readonly