---
title: "fetchHistory(after:)"
framework: coredata
role: symbol
role_heading: Type Method
path: "coredata/nspersistenthistorychangerequest/fetchhistory(after:)-3rmfm"
---

# fetchHistory(after:)

Retrieves the request history after a given token.

## Declaration

```swift
class func fetchHistory(after token: NSPersistentHistoryToken?) -> Self
```

## Parameters

- `token`: The bookmark that defines the start of the request history.

## Mentioned in

Consuming relevant store changes

## Return Value

Return Value A persistent history fetch request (NSPersistentHistoryChangeRequest) with an initial token bookmark boundary.

## See Also

### Fetching History

- [fetchHistory(after:)](coredata/nspersistenthistorychangerequest/fetchhistory(after:)-qi5b.md)
- [fetchHistory(after:)](coredata/nspersistenthistorychangerequest/fetchhistory(after:)-9cuj5.md)
- [fetchHistory(withFetch:)](coredata/nspersistenthistorychangerequest/fetchhistory(withfetch:).md)
