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 next_page_token that you can
use to get the next page of results in subsequent list requests. The
service may return fewer events than the requested page_size.
Required. Parent value using the form
organizations/{organization_id}/locations/{location}/organizationEvents.
organization_id - ID (number) of the project that contains the event. To
get your organization_id, see
Getting your organization resource
ID.<br>
location - The location to get the service health events from. To
retrieve service health events of category = INCIDENT, use location =
global.
[[["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-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eListOrganizationEventsRequest\u003c/code\u003e class is used to request a list of organization events in the Service Health v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class supports filtering events by \u003ccode\u003ecategory\u003c/code\u003e, \u003ccode\u003estate\u003c/code\u003e, and \u003ccode\u003eupdate_time\u003c/code\u003e, allowing for tailored retrieval of specific events.\u003c/p\u003e\n"],["\u003cp\u003eYou can use pagination with \u003ccode\u003ePageSize\u003c/code\u003e and \u003ccode\u003ePageToken\u003c/code\u003e to manage large result sets when retrieving events, and it defaults to 10 events per page.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eParent\u003c/code\u003e property is required and specifies the organization and location from which to retrieve events, utilizing the format \u003ccode\u003eorganizations/{organization_id}/locations/{location}/organizationEvents\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent version of the API available is 1.3.0 and the earliest version available is 1.0.0.\u003c/p\u003e\n"]]],[],null,["# Service Health v1 API - Class ListOrganizationEventsRequest (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.ListOrganizationEventsRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.2.0/Google.Cloud.ServiceHealth.V1.ListOrganizationEventsRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.1.0/Google.Cloud.ServiceHealth.V1.ListOrganizationEventsRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/1.0.0/Google.Cloud.ServiceHealth.V1.ListOrganizationEventsRequest) \n\n public sealed class ListOrganizationEventsRequest : IMessage\u003cListOrganizationEventsRequest\u003e, IEquatable\u003cListOrganizationEventsRequest\u003e, IDeepCloneable\u003cListOrganizationEventsRequest\u003e, IBufferMessage, IMessage, IPageRequest\n\nReference documentation and code samples for the Service Health v1 API class ListOrganizationEventsRequest.\n\nMessage for requesting list of organization events. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ListOrganizationEventsRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ListOrganizationEventsRequest](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.ListOrganizationEventsRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ListOrganizationEventsRequest](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.ListOrganizationEventsRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ListOrganizationEventsRequest](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.ListOrganizationEventsRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html), [IPageRequest](https://cloud.google.com/dotnet/docs/reference/Google.Api.Gax/latest/Google.Api.Gax.Grpc.IPageRequest.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ServiceHealth.V1](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ServiceHealth.V1.dll\n\nConstructors\n------------\n\n### ListOrganizationEventsRequest()\n\n public ListOrganizationEventsRequest()\n\n### ListOrganizationEventsRequest(ListOrganizationEventsRequest)\n\n public ListOrganizationEventsRequest(ListOrganizationEventsRequest other)\n\nProperties\n----------\n\n### Filter\n\n public string Filter { get; set; }\n\nOptional. A filter expression that filters resources listed in the\nresponse. The expression takes the following forms:\n\n- field=value for `category` and `state`\n- field \\<, \\\u003e, \\<=, or \\\u003e= value for `update_time`\n\nExamples: `category=INCIDENT`, `update_time\u003e=\"2000-01-01T11:30:00-04:00\"`\n\nMultiple filter queries are space-separated. Example:\n`category=INCIDENT state=ACTIVE`.\n\nBy default, each expression is an AND expression. However, you can include\nAND and OR expressions explicitly.\n\nFilter is supported for the following fields: `category`, `state`,\n`update_time`\n\n### PageSize\n\n public int PageSize { get; set; }\n\nOptional. The maximum number of events that should be returned. Acceptable\nvalues are `1` to `100`, inclusive. (The default value is `10`.) If more\nresults are available, the service returns a `next_page_token` that you can\nuse to get the next page of results in subsequent list requests. The\nservice may return fewer events than the requested `page_size`.\n\n### PageToken\n\n public string PageToken { get; set; }\n\nOptional. A token identifying a page of results the server should return.\n\nProvide Page token returned by a previous `ListOrganizationEvents` call to\nretrieve the next page of results.\n\nWhen paginating, all other parameters provided to\n`ListOrganizationEvents` must match the call that provided the page token.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Parent value using the form\n`organizations/{organization_id}/locations/{location}/organizationEvents`.\n\n`organization_id` - ID (number) of the project that contains the event. To\nget your `organization_id`, see\n[Getting your organization resource\nID](https://cloud.google.com/resource-manager/docs/creating-managing-organization#retrieving_your_organization_id).\\\u003cbr\\\u003e\n`location` - The location to get the service health events from. To\nretrieve service health events of category = INCIDENT, use `location` =\n`global`.\n\n### ParentAsOrganizationLocationName\n\n public OrganizationLocationName ParentAsOrganizationLocationName { get; set; }\n\n[OrganizationLocationName](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.OrganizationLocationName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.ServiceHealth.V1/latest/Google.Cloud.ServiceHealth.V1.ListOrganizationEventsRequest#Google_Cloud_ServiceHealth_V1_ListOrganizationEventsRequest_Parent) resource name property.\n\n### View\n\n public OrganizationEventView View { get; set; }\n\nOptional. OrganizationEvent fields to include in response."]]