Read-only

Get Inbox Status

Get an instant triage summary of your LinkedIn inbox with zero live API calls, reading from synced data. It surfaces threads that need a reply, conversations that have gone stale past a configurable threshold, and overdue commitments you made. Filter by category like sales or recruiting, or by label like 'Hot Lead', and use force_live to recompute from the latest sync and queue a fresh pull in the background. Returns an empty needs_reply list when your inbox is clear.

get_inbox_statusGET/api/v1/inbox/status
crispy — bash

Example prompt: Give me my inbox status for sales conversations and flag anything stale older than 5 days or any overdue commitments

{
  "needs_reply": [
    { "chat_id": "msg_abc123", "name": "Jane Smith", "waiting_days": 2 }
  ],
  "stale": [],
  "overdue_commitments": []
}
Permission scope
core
Access
Read-only
Category
Messaging

What you can build

Start your day with an instant overview of what needs a reply
Catch stale conversations before they go cold past your chosen day threshold
Stay accountable to commitments you made and may have forgotten
Filter triage down to sales or a specific label to focus your time

Parameters

Inputs accepted by get_inbox_status.

NameTypeDescription
stale_daysnumberDays of inactivity before a conversation is considered stale (default 7)
categorystringFilter by conversation category: sales, networking, recruiting, support, personal, other
labelstringFilter by label (e.g. 'Hot Lead', 'Client'). Only shows conversations with this label.
expandstring[]Power-user expansions. 'low_confidence_drafts': include draft field even when confidence < 0.6 (REQ-IL-15).
force_livebooleanRecompute the triage summary from the latest synced data NOW and queue a fresh LinkedIn sync in the background (new provider messages land in ~30-60s; call again to see them). Use when the cached summary looks stale. Returns source:'live'.

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.