[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-04 UTC."],[],[],null,["- [Resource: GetSearchApplicationQueryStatsResponse](#GetSearchApplicationQueryStatsResponse)\n - [JSON representation](#GetSearchApplicationQueryStatsResponse.SCHEMA_REPRESENTATION)\n- [SearchApplicationQueryStats](#SearchApplicationQueryStats)\n - [JSON representation](#SearchApplicationQueryStats.SCHEMA_REPRESENTATION)\n- [QueryCountByStatus](#QueryCountByStatus)\n - [JSON representation](#QueryCountByStatus.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: GetSearchApplicationQueryStatsResponse Response format for getting query stats for a search application between given dates.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"stats\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#SearchApplicationQueryStats) } ], \"totalQueryCount\": string } ``` |\n\n| Fields ||\n|-------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `stats[]` | `object (`[SearchApplicationQueryStats](/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#SearchApplicationQueryStats)`)` Query stats per date for a search application. |\n| `totalQueryCount` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Total successful query count (status code 200) for the given date range. |\n\nSearchApplicationQueryStats Search application level query stats per date\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"date\": { object (/workspace/cloud-search/docs/reference/rest/v1/Date) }, \"queryCountByStatus\": [ { object (/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#QueryCountByStatus) } ] } ``` |\n\n| Fields ||\n|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `date` | `object (`[Date](/workspace/cloud-search/docs/reference/rest/v1/Date)`)` The date for which query stats were calculated. Stats calculated on the next day close to midnight are returned. |\n| `queryCountByStatus[]` | `object (`[QueryCountByStatus](/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications#QueryCountByStatus)`)` |\n\nQueryCountByStatus\n\n| JSON representation |\n|----------------------------------------------------|\n| ``` { \"statusCode\": integer, \"count\": string } ``` |\n\n| Fields ||\n|--------------|-------------------------------------------------------------------------------------|\n| `statusCode` | `integer` This represents the http status code. |\n| `count` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` |\n\n| Methods ||\n|------------------------------------------------------------------------------------------|--------------------------------------------------|\n| [get](/workspace/cloud-search/docs/reference/rest/v1/stats.query.searchapplications/get) | Get the query statistics for search application. |"]]