<!--
{
  "availability" : [
    "iOS: 26.0.0 - 26.4.0",
    "iPadOS: 26.0.0 - 26.4.0",
    "macCatalyst: 26.0.0 - 26.4.0",
    "macOS: 26.0.0 - 26.4.0",
    "tvOS: 26.0.0 - 26.4.0",
    "visionOS: 26.0.0 - 26.4.0"
  ],
  "documentType" : "symbol",
  "framework" : "BackgroundAssets",
  "identifier" : "/documentation/BackgroundAssets/AssetPackManager/status(ofAssetPackWithID:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Background Assets"
    ],
    "preciseIdentifier" : "s:16BackgroundAssets16AssetPackManagerC6status02ofcD6WithIDAA0cD0V6StatusVSS_tYaKF"
  },
  "title" : "status(ofAssetPackWithID:)"
}
-->

# status(ofAssetPackWithID:)

Checks an asset pack’s status.

```
func status(ofAssetPackWithID assetPackID: String) async throws -> AssetPack.Status
```

## Parameters

`assetPackID`

The asset pack’s ID.

## Return Value

The asset pack’s status.

## Discussion

This method attempts to get the latest asset-pack information from the server. It doesn’t automatically trigger any downloads, updates, or removals.

> Throws: ``doc://com.apple.backgroundassets/documentation/BackgroundAssets/ManagedBackgroundAssetsError/assetPackNotFound(withID:)`` when no asset pack with the given ID is found.

---

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)