Method: projects.locations.listAllFeedbackLabels

List all feedback labels by project number.

HTTP request

GET https://{endpoint}/v1/{parent=projects/*/locations/*}:listAllFeedbackLabels

Where {endpoint} is one of the supported service endpoints.

The URLs use gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource of all feedback labels per project.

Query parameters

Parameters
pageSize

integer

Optional. The maximum number of feedback labels to return in the response. A valid page size ranges from 0 to 100,000 inclusive. If the page size is zero or unspecified, a default page size of 100 will be chosen. Note that a call might return fewer results than the requested page size.

pageToken

string

Optional. The value returned by the last ListAllFeedbackLabelsResponse. This value indicates that this is a continuation of a prior locations.listAllFeedbackLabels call and that the system should return the next page of data.

filter

string

Optional. A filter to reduce results to a specific subset in the entire project. Supports disjunctions (OR) and conjunctions (AND).

Supported fields:

  • issueModelId
  • qaQuestionId
  • min_create_time
  • max_create_time
  • min_update_time
  • max_update_time
  • feedbackLabelType: QUALITY_AI, TOPIC_MODELING

Request body

The request body must be empty.

Response body

The response for listing all feedback labels.

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

JSON representation
{
  "feedbackLabels": [
    {
      object (FeedbackLabel)
    }
  ],
  "nextPageToken": string
}
Fields
feedbackLabels[]

object (FeedbackLabel)

The feedback labels that match the request.

nextPageToken

string

A token, which can be sent as pageToken to retrieve the next page. If this field is omitted, there are no subsequent pages.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permissions on the parent resource:

  • contactcenterinsights.authorizedFeedbackLabels.list
  • contactcenterinsights.feedbackLabels.list

For more information, see the IAM documentation.