- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Lists analyses.
HTTP request
GET https://{endpoint}/v1alpha1/{parent=projects/*/locations/*/datasets/*/conversations/*}/analyses
Where {endpoint}
is one of the supported service endpoints.
The URLs use gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource of the analyses. |
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of analyses to return in the response. If this value is zero, the service will select a default size. A call might return fewer objects than requested. A non-empty |
pageToken |
The value returned by the last |
filter |
A filter to reduce results to a specific subset. Useful for querying conversations with specific properties. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListAnalysesResponse
.
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.authorizedAnalyses.list
contactcenterinsights.analyses.list
For more information, see the IAM documentation.