<!--
{
  "availability" : [
    "iOS: 11.0.0 - 27.0.0",
    "iPadOS: 11.0.0 - 27.0.0",
    "macCatalyst: 13.1.0 - 27.0.0",
    "visionOS: 1.0.0 - 27.0.0",
    "watchOS: 4.0.0 - 27.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INSearchForNotebookItemsIntentResponse/tasks",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INSearchForNotebookItemsIntentResponse(py)tasks"
  },
  "title" : "tasks"
}
-->

# tasks

The individual tasks found by the search.

```
var tasks: [INTask]? { get set }
```

## Discussion

When searching for items of type [`INNotebookItemType.task`](/documentation/Intents/INNotebookItemType/task) or `reminder`, put the results of your search in this property. Assign a value to the [`sortType`](/documentation/Intents/INSearchForNotebookItemsIntentResponse/sortType) property that indicates how you sorted 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)