---
title: "fetchMoments(with:)"
framework: photos
role: symbol
role_heading: Type Method
path: "photos/phassetcollection/fetchmoments(with:)"
---

# fetchMoments(with:)

Retrieves asset collections corresponding to moments seen in the Photos app.

## Declaration

```swift
class func fetchMoments(with options: PHFetchOptions?) -> PHFetchResult<PHAssetCollection>
```

## Parameters

- `options`: Options that specify a filter predicate and sort order for the fetched asset collections, or nil to use default options. For details, see doc://com.apple.photokit/documentation/Photos/PHFetchOptions.

## Return Value

Return Value A fetch result that contains the requested PHAssetCollection objects, or an empty fetch result if no objects match the request.

## Discussion

Discussion The Photos app automatically creates moments to group assets by time and location.

## See Also

### Fetching Asset Collections

- [fetchAssetCollections(withLocalIdentifiers:options:)](photos/phassetcollection/fetchassetcollections(withlocalidentifiers:options:).md)
- [fetchAssetCollections(with:subtype:options:)](photos/phassetcollection/fetchassetcollections(with:subtype:options:).md)
- [fetchAssetCollectionsContaining(_:with:options:)](photos/phassetcollection/fetchassetcollectionscontaining(_:with:options:).md)
- [fetchAssetCollections(withALAssetGroupURLs:options:)](photos/phassetcollection/fetchassetcollections(withalassetgroupurls:options:).md)
- [fetchMoments(inMomentList:options:)](photos/phassetcollection/fetchmoments(inmomentlist:options:).md)
