---
title: "List Reminders"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/lib/apple/listreminders
markdown: https://docs.nodetool.ai/nodes/lib/apple/listreminders.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/lib/apple/listreminders.md
---

# List Reminders

**Type:** `lib.apple.ListReminders`

**Namespace:** `lib.apple`

## Description

List reminders in a given list via AppleScript.
    reminders, todo, list, macos

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| list_name | `str` | Reminders list name | `Reminders` |
| include_completed | `bool` | Include completed reminders | `false` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| reminders | `list` |  |

## Related Nodes

Browse other nodes in the [lib.apple](./) namespace.
