---
title: fetchRequest
framework: coredata
role: symbol
role_heading: Instance Property
path: coredata/nsasynchronousfetchresult/fetchrequest
---

# fetchRequest

The underlying fetch request that was executed.

## Declaration

```swift
var fetchRequest: NSAsynchronousFetchRequest<ResultType> { get }
```

## See Also

### Getting Information About a Result

- [finalResult](coredata/nsasynchronousfetchresult/finalresult.md)
