Required. Parent value using the formprojects/{projectId}/locations/{location}/events.
projectId- ID of the project for which to list service health events.location- The location to get the service health events from. To retrieve service health events of category = INCIDENT, uselocation=global.
Query parameters
Parameters
pageSize
integer
Optional. The maximum number of events that should be returned. Acceptable values are 1 to 100, inclusive. (The default value is 10.) If more results are available, the service returns a nextPageToken that you can use to get the next page of results in subsequent list requests. The service may return fewer events than the requestedpageSize.
pageToken
string
Optional. A token identifying a page of results the server should return. Provide Page token returned by a previousevents.listcall to retrieve the next page of results. When paginating, all other parameters provided toevents.listmust match the call that provided the page token.
filter
string
Optional. A filter expression that filters resources listed in the response. The expression takes the following forms: * field=value forcategoryandstate * field <, >, <=, or >= value forupdate_time Examples:category=INCIDENT,update_time>="2000-01-01T11:30:00-04:00",event_impacts.product.product_name:"Eventarc"
Multiple filter queries are separated by spaces. Example:category=INCIDENT state=ACTIVE.
By default, each expression is an AND expression. However, you can include AND and OR expressions explicitly.
Filter is supported for the following fields:category,state,update_time,event_impacts.product.product_name
Output only. The continuation token, used to page through large result sets. Provide this value in a subsequent request as pageToken to retrieve the next page.
If this field is not present, there are no subsequent results.
[[["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-05-14 UTC."],[],[],null,["# Method: projects.locations.events.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.ListEventsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [EventView](#EventView)\n\nLists events under a given project and location.\n\n### HTTP request\n\n`GET https://servicehealth.googleapis.com/v1beta/{parent=projects/*/locations/*}/events`\n\nThe URL uses [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\nResponse to request for listing events.\n\nIf successful, the response body contains data with the following structure:\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](https://cloud.google.com/docs/authentication/external/authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `servicehealth.events.list`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs).\n\nEventView\n---------\n\nThe event fields to include in events.list API response. This enum lists all possible event views."]]