<!--
{
  "availability" : [
    "iOS: 8.0.0 -",
    "iPadOS: 8.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CloudKit",
  "identifier" : "/documentation/CloudKit/CKFetchSubscriptionsOperation/fetchAllSubscriptionsOperation()",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "CloudKit"
    ],
    "preciseIdentifier" : "c:objc(cs)CKFetchSubscriptionsOperation(cm)fetchAllSubscriptionsOperation"
  },
  "title" : "fetchAllSubscriptionsOperation()"
}
-->

# fetchAllSubscriptionsOperation()

Returns an operation that fetches all of the user’s subscriptions.

```
class func fetchAllSubscriptionsOperation() -> Self
```

## Discussion

After creating the operation, set the [`fetchSubscriptionCompletionBlock`](/documentation/CloudKit/CKFetchSubscriptionsOperation/fetchSubscriptionCompletionBlock-207ep) property to process the results.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)