---
title: "fetchAssetCollections(withLocalIdentifiers:options:)"
framework: photos
role: symbol
role_heading: Type Method
path: "photos/phassetcollection/fetchassetcollections(withlocalidentifiers:options:)"
---

# fetchAssetCollections(withLocalIdentifiers:options:)

Retrieves asset collections with the specified unique identifiers.

## Declaration

```swift
class func fetchAssetCollections(withLocalIdentifiers identifiers: [String], options: PHFetchOptions?) -> PHFetchResult<PHAssetCollection>
```

## Parameters

- `identifiers`: An array of NSString objects, each the doc://com.apple.photokit/documentation/Photos/PHObject/localIdentifier string of an asset collection.
- `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.

## See Also

### Fetching Asset Collections

- [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)
- [fetchMoments(with:)](photos/phassetcollection/fetchmoments(with:).md)
