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

# fetchRequest

The underlying fetch request that is executed asynchronously.

## Declaration

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

## See Also

### Preparing a Request

- [completionBlock](coredata/nsasynchronousfetchrequest/completionblock.md)
- [estimatedResultCount](coredata/nsasynchronousfetchrequest/estimatedresultcount.md)
