Some products and features are in the process of being renamed. Generative playbook and flow features are also being migrated to a single consolidated console. See the details.
The resource name for the continuous test result. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/continuousTestResults/<ContinuousTestResultID>.
Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".
AggregatedTestResult
The overall result for a continuous test run in an agent environment.
[[["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-08-21 UTC."],[[["\u003cp\u003eThis document describes how to fetch a list of continuous test results for a specific environment using a \u003ccode\u003eGET\u003c/code\u003e HTTP request to the provided endpoint, formatted as \u003ccode\u003eGET https://{endpoint}/v3beta1/{parent=projects/*/locations/*/agents/*/environments/*}/continuousTestResults\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a \u003ccode\u003eparent\u003c/code\u003e path parameter specifying the environment, with the format \u003ccode\u003eprojects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>\u003c/code\u003e, and it supports \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e query parameters for pagination.\u003c/p\u003e\n"],["\u003cp\u003eThe response body, upon success, includes a list of \u003ccode\u003econtinuousTestResults\u003c/code\u003e, each detailed by its name, result (either \u003ccode\u003ePASSED\u003c/code\u003e or \u003ccode\u003eFAILED\u003c/code\u003e), a list of associated test case results names, and the \u003ccode\u003erunTime\u003c/code\u003e when the test began, as well as a \u003ccode\u003enextPageToken\u003c/code\u003e field for iterating through paginated results.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eContinuousTestResult\u003c/code\u003e and the \u003ccode\u003eAggregatedTestResult\u003c/code\u003e objects are outlined, including descriptions for each of their contained fields.\u003c/p\u003e\n"],["\u003cp\u003eThis API method requires one of two OAuth scopes, \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/dialogflow\u003c/code\u003e, for proper authorization.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.agents.environments.continuousTestResults.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 - [JSON representation](#body.ListContinuousTestResultsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [ContinuousTestResult](#ContinuousTestResult)\n - [JSON representation](#ContinuousTestResult.SCHEMA_REPRESENTATION)\n- [AggregatedTestResult](#AggregatedTestResult)\n- [Try it!](#try-it)\n\nFetches a list of continuous test results for a given environment.\n\n### HTTP request\n\n`GET https://{endpoint}/v3beta1/{parent=projects/*/locations/*/agents/*/environments/*}/continuousTestResults`\n\nWhere `{endpoint}` is one of the [supported service endpoints](/dialogflow/cx/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\nThe response message for \\[Environments.ListTestCaseResults\\]\\[\\].\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `\n https://www.googleapis.com/auth/dialogflow`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\nContinuousTestResult\n--------------------\n\nRepresents a result from running a test case in an agent environment.\n\nAggregatedTestResult\n--------------------\n\nThe overall result for a continuous test run in an agent environment."]]