Method: alerts.feedback.list

Lists all the feedback for an alert. Attempting to list feedbacks for a non-existent alert returns NOT_FOUND error.

HTTP request

GET https://alertcenter.googleapis.com/v1beta1/alerts/{alertId}/feedback

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
alertId

string

Required. The alert identifier. The "-" wildcard could be used to represent all alerts.

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.

filter

string

Optional. A query string for filtering alert feedback results. For more details, see Query filters and Supported query filter fields.

Request body

The request body must be empty.

Response body

Response message for an alert feedback listing request.

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

JSON representation
{
  "feedback": [
    {
      object (AlertFeedback)
    }
  ]
}
Fields
feedback[]

object (AlertFeedback)

The list of alert feedback. Feedback entries for each alert are ordered by creation time descending.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/apps.alerts

For more information, see the Authorization guide.