Lists the Snoozes associated with a project. Can optionally pass in filter, which specifies predicates to match Snoozes.
HTTP request
GET https://monitoring.googleapis.com/v3/{parent}/snoozes
Path parameters
Parameters
parent
string
Required. The project whose Snoozes should be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]
Query parameters
Parameters
filter
string
Optional. Optional filter to restrict results to the given criteria. The following fields are supported.
interval.start_time
interval.end_time
For example:
interval.start_time > "2022-03-11T00:00:00-08:00" AND
interval.end_time < "2022-03-12T00:00:00-08:00"
pageSize
integer
Optional. The maximum number of results to return for a single query. The server may further constrain the maximum number of results returned in a single page. The value should be in the range [1, 1000]. If the value given is outside this range, the server will decide the number of results to be returned.
pageToken
string
Optional. The nextPageToken from a previous call to ListSnoozesRequest to get the next page of results.
Request body
The request body must be empty.
Response body
The results of a successful snoozes.list call, containing the matching Snoozes.
If successful, the response body contains data with the following structure:
[[["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-23 UTC."],[],[],null,["# Method: projects.snoozes.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.ListSnoozesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists the `Snooze`s associated with a project. Can optionally pass in `filter`, which specifies predicates to match `Snooze`s.\n\n### HTTP request\n\n`GET https://monitoring.googleapis.com/v3/{parent}/snoozes`\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 results of a successful `snoozes.list` call, containing the matching `Snooze`s.\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/monitoring`\n- `\n https://www.googleapis.com/auth/monitoring.read`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]