Read-only

List Reminders and Scheduled Messages

Return your pending snooze reminders and scheduled messages, defaulting to 50 results sorted by remind_at. Filter by status using pending (default), fired, cancelled, sent, failed, or 'all' to inspect any part of the lifecycle. Returns an empty array when nothing matches.

list_remindersGET/api/v1/inbox/reminders
crispy — bash

Example prompt: Show me all my pending scheduled messages and snooze reminders

[
  {
    "reminder_id": "rem_4c8d",
    "type": "scheduled_message",
    "remind_at": "2026-04-23T10:00:00Z",
    "status": "pending"
  }
]
Permission scope
core
Access
Read-only
Category
Messaging

What you can build

Review everything you have queued to send before it goes out
Confirm which scheduled messages succeeded and which failed
Audit snoozed conversations that are about to resurface
Keep your follow-up pipeline clean by spotting stale or duplicate reminders

Parameters

Inputs accepted by list_reminders.

NameTypeDescription
statusstringFilter by status: pending (default), fired, cancelled, sent, failed, or 'all'

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.