Method: projects.locations.issueModels.issues.list

Lists issues.

HTTP request

GET https://contactcenterinsights.googleapis.com/v1alpha1/{parent=projects/*/locations/*/issueModels/*}/issues

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent resource of the issue.

Request body

The request body must be empty.

Response body

The response of listing issues.

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

JSON representation
{
  "issues": [
    {
      object (Issue)
    }
  ]
}
Fields
issues[]

object (Issue)

The issues that match the request.

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.issues.list

For more information, see the IAM documentation.