<!--
{
  "availability" : [
    "macOS: 15.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "FSKit",
  "identifier" : "/documentation/FSKit/FSItem/GetAttributesRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "FSKit"
    ],
    "preciseIdentifier" : "c:objc(cs)FSItemGetAttributesRequest"
  },
  "title" : "FSItem.GetAttributesRequest"
}
-->

# FSItem.GetAttributesRequest

A request to get attributes from an item.

```
class GetAttributesRequest
```

## Overview

Methods that retrieve attributes use this type and inspect the [`wantedAttributes`](/documentation/FSKit/FSItem/GetAttributesRequest/wantedAttributes) property to determine which attributes to provide. FSKit calls the [`isAttributeWanted(_:)`](/documentation/FSKit/FSItem/GetAttributesRequest/isAttributeWanted(_:)) method to determine whether the request requires a given attribute.

## Topics

### Inspecting requested attributes

[`wantedAttributes`](/documentation/FSKit/FSItem/GetAttributesRequest/wantedAttributes)

The attributes requested by the request.

[`isAttributeWanted(_:)`](/documentation/FSKit/FSItem/GetAttributesRequest/isAttributeWanted(_:))

A method that indicates whether the request wants given attribute.

[`FSItem.Attribute`](/documentation/FSKit/FSItem/Attribute)

A value that indicates a set of item attributes to get or set.



---

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)