Returns a list of reminders
| Parameter | Type | Description |
|---|---|---|
| String | The id of the reminder |
| trigger | String | The trigger type of the reminder. One of 'noReply', 'notRead' or 'regardless'. |
| userId | String | The id of the user who owns the reminder |
| threadSubject | String | The subject of the thread the reminder is attached to |
| description | String | An optional note on the reminder |
| date | Timestamp | Unix timestamp (in ms) for when the reminder is scheduled to trigger |
| service | String | The name of the message service e.g. 'gmail' |
| serviceMessageId | String | The id of the message on its service |
| serviceThreadId | String | The id of the thread on its service |
| mixmaxMessageId | String | The id of the Mixmax message the reminder is attached to. Note, not all reminders are attached to a Mixmax message. |
| dismissed | Boolean | Whether the reminder has been dismissed |
| createdAt | Timestamp | Unix timestamp (in ms) for when the reminder was created |
