Method: projects.locations.conversations.assessments.list

List Assessments.

HTTP request

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

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 assessments. To list all assessments in a location, substitute the conversation ID with a '-' character.

Query parameters

Parameters
pageToken

string

Optional. The value returned by the last ListAssessmentRulesResponse; indicates that this is a continuation of a prior ListAssessmentRules call and the system should return the next page of data.

filter

string

Optional. A filter to reduce results to a specific subset. Supported filters include:

  • state - The state of the assessment
  • agentInfo.agent_id - The ID of the agent the assessment is for
pageSize

integer

The maximum number of assessments to list. If zero, the service will select a default size. A call may return fewer objects than requested. A non-empty nextPageToken in the response indicates that more data is available.

Request body

The request body must be empty.

Response body

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

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.authorizedAssessments.list
  • contactcenterinsights.assessments.list

For more information, see the IAM documentation.