Sample - Slack Web API
GET/reminders.info

Get 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.

2 parameters
tokenstringoptional
Authentication token with the `reminders:read` scope.
reminderstringoptional
The identifier of the reminder to retrieve.

2 status codes
200Returns the reminder object, including its identifier, creator, recipient, text, scheduled time, recurring status, and completion timestamp.
okbooleanrequired
Allowed:true
reminderobjectrequired
defaultTypical error response
callstackstringoptional
Note: PHP callstack is only visible in dev/qa
errorstringrequired
Allowed:not_foundnot_authedinvalid_authaccount_inactivetoken_revokedno_permissionorg_login_requireduser_is_botinvalid_arg_nameinvalid_array_arginvalid_charsetinvalid_form_data
okbooleanrequired
Allowed:false

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.