GET
/reminders.infoGet reminder details
Retrieves the details of a reminder. Supply reminder to retrieve a specific reminder, or omit it when the authorization context determines the reminder. The response includes the reminder's schedule, recipient, creator, text, and completion information.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
tokenstringoptional
Authentication token with the `reminders:read` scope.
reminderstringoptional
The identifier of the reminder to retrieve.
200Returns the reminder object, including its identifier, creator, recipient, text, scheduled time, recurring status, and completion timestamp.
okbooleanrequired
reminderobjectrequired
defaultTypical error response
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
okbooleanrequired
Error handling
The token must grant the reminders:read scope when authentication is required. When supplied, reminder must identify the reminder whose details you want to retrieve.