<!--
{
  "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/taskLists",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INSearchForNotebookItemsIntentResponse(py)taskLists"
  },
  "title" : "taskLists"
}
-->

# taskLists

The task lists found by the search.

```
var taskLists: [INTaskList]? { get set }
```

## Discussion

When searching for items of type [`INNotebookItemType.taskList`](/documentation/Intents/INNotebookItemType/taskList), 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)