> ## Documentation Index
> Fetch the complete documentation index at: https://docs.memanto.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# memanto schedule status

> Check the current schedule status and next run time.

# memanto schedule status

Check current schedule status and next run time.

```bash theme={null}
memanto schedule status [OPTIONS]
```

**Options:**

* None

**Examples:**

Check status:

```bash theme={null}
memanto schedule status
```

**Output if enabled:**

```
Daily Summary Schedule

Status:     ENABLED
Time:       08:00 UTC
Last Run:   2025-03-30 08:00:00 UTC
Next Run:   2025-03-31 08:00:00 UTC
Agent:      customer-support
Timezone:   UTC

Recent Runs:
- 2025-03-30 08:00:00: 42 memories processed
- 2025-03-29 08:00:00: 38 memories processed
- 2025-03-28 08:00:00: 35 memories processed
```

**Output if disabled:**

```
Daily Summary Schedule

Status:     DISABLED
```
