List Reminders
list_remindersGet admin reminders with description, module, remind date, and notification flags. Filter by responsible user, employee, department, or module to find specific entries.
Instructions
Get admin reminders with description, module, remind date, notification flags and the responsible user/employee.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | No | Only reminders where the responsible admin user has this email address | |
| active | No | Filter by the active flag (true/false) | |
| module | No | Only reminders belonging to this module (e.g. training, note, review) | |
| employee | No | Employee code to only return records for that particular employee | |
| department | No | One or more department names (separated by commas) to filter by | |
| max_records | No | Optional client-side limit on the number of records returned. Use to keep responses small when exploring data; the API itself does not paginate. | |
| notification_sent | No | Filter by the notification_sent flag (true/false) | |
| send_notification | No | Filter by the send_notification flag (true/false) |