Method: projects.locations.conversations.feedbackLabels.list

List feedback labels.

HTTP request

GET https://{endpoint}/v1alpha1/{parent=projects/*/locations/*/conversations/*}/feedbackLabels

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 the feedback labels.

Query parameters

Parameters
filter

string

Optional. A filter to reduce results to a specific subset. Supports disjunctions (OR) and conjunctions (AND). Automatically sorts by conversation ID. To sort by all feedback labels in a project see ListAllFeedbackLabels.

Supported fields:

  • issueModelId
  • qaQuestionId
  • qaScorecardId
  • min_create_time
  • max_create_time
  • min_update_time
  • max_update_time
  • feedbackLabelType: QUALITY_AI, TOPIC_MODELING
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 ListFeedbackLabelsResponse. This value indicates that this is a continuation of a prior feedbackLabels.list call and that the system should return the next page of data.

Request body

The request body must be empty.

Response body

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

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 permission on the parent resource:

  • contactcenterinsights.feedbackLabels.list

For more information, see the IAM documentation.