---
title: "readAttributeSetupURL(completionHandler:)"
framework: matter
role: symbol
role_heading: Instance Method
path: "matter/mtrbaseclusteractions/readattributesetupurl(completionhandler:)"
---

# readAttributeSetupURL(completionHandler:)

## Declaration

```swift
func readAttributeSetupURL(completionHandler: @escaping @Sendable (String?, (any Error)?) -> Void)
```

```swift
func readAttributeSetupURL() async throws -> String
```
