<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 7.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreData",
  "identifier" : "/documentation/CoreData/NSPersistentCloudKitContainerEventRequest/fetchEvents(after:)-3yfp",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Core Data"
    ],
    "preciseIdentifier" : "c:objc(cs)NSPersistentCloudKitContainerEventRequest(cm)fetchEventsAfterEvent:"
  },
  "title" : "fetchEvents(after:)"
}
-->

# fetchEvents(after:)

Creates a fetch request for events that occur after a specified event from a persistent CloudKit container.

```
class func fetchEvents(after event: NSPersistentCloudKitContainer.Event?) -> Self
```

## Parameters

`event`

An event that precedes other events.

## Return Value

A request object that fetches persistent CloudKit container events by executing in a managed object context.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)