Required. The identifier of the alert to retrieve.
Query parameters
Parameters
customerId
string
Optional. The unique identifier of the Google Workspace account of the customer the alert is associated with. The customerId must have the initial "C" stripped (for example, 046psxkn). Inferred from the caller identity if not provided. Find your customer ID.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Alert.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-22 UTC."],[[["Retrieves a specific alert using its unique identifier."],["Requires authorization with the `https://www.googleapis.com/auth/apps.alerts` scope."],["Returns a `NOT_FOUND` error if the alert does not exist."],["Optionally, you can specify the customer ID associated with the alert."],["The response body contains the alert details if the request is successful."]]],[]]