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 nextPageToken in the response indicates that more data is available.
pageToken
string
The value returned by the last ListAnalysesResponse; indicates that this is a continuation of a prior analyses.list call and the system should return the next page of data.
filter
string
A filter to reduce results to a specific subset. Useful for querying conversations with specific properties.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-30 UTC."],[[["\u003cp\u003eThis page details how to list analyses using a GET request to a specific endpoint, which includes the necessary \u003ccode\u003eparent\u003c/code\u003e path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe request can be further refined using optional query parameters such as \u003ccode\u003epageSize\u003c/code\u003e, \u003ccode\u003epageToken\u003c/code\u003e, and \u003ccode\u003efilter\u003c/code\u003e to manage the result set.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must be empty when listing analyses, and the response body will contain a JSON structure with a list of \u003ccode\u003eanalyses\u003c/code\u003e and a \u003ccode\u003enextPageToken\u003c/code\u003e for pagination.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests require authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope and specific IAM permissions on the \u003ccode\u003eparent\u003c/code\u003e resource, which are \u003ccode\u003econtactcenterinsights.authorizedAnalyses.list\u003c/code\u003e and \u003ccode\u003econtactcenterinsights.analyses.list\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.conversations.analyses.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nLists analyses.\n\n### HTTP request\n\n`GET https://{endpoint}/v1/{parent=projects/*/locations/*/conversations/*}/analyses`\n\nWhere `{endpoint}` is one of the [supported service endpoints](/contact-center/insights/docs/reference/rest#rest_endpoints).\n\nThe URLs use [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [ListAnalysesResponse](/contact-center/insights/docs/reference/rest/v1/ListAnalysesResponse).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permissions on the `parent` resource:\n\n- `contactcenterinsights.authorizedAnalyses.list`\n- `contactcenterinsights.analyses.list`\n- `contactcenterinsights.datasetAnalyses.list`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]