reminderIds | string[] | No | Return only these reminders, by id. Use this to re-read a reminder you already know the id of. Omit to list all of them. |
entityType | "document" | "ai_chat" | "project" | "email" | "channel" | "call" | "calendar_event" | No | Return only reminders attached to a thing of this type. Requires entityId. |
entityId | string | No | Return only reminders attached to the thing with this id. Requires entityType. |
completed | boolean | No | Filter on whether the user has marked the reminder done. Defaults to false — only reminders still outstanding. Set true for ones already dealt with. |
overdue | boolean | No | Filter on whether the reminder has already fired. True returns only reminders past their time, false only ones still upcoming. Omit for both. |
limit | integer | No | Maximum number of reminders to return. Defaults to 20, capped at 100. |