Read-only

List LinkedIn Conversations

List your LinkedIn conversations with a preview of the most recent message in each thread (1 to 100, default 20). Each result includes a chat_id for follow-up actions and a their_turn flag that tells you when the contact sent the last message and is awaiting your reply. Filter by label like 'Hot Lead' or 'Client', and optionally include archived threads. Use it to surface what needs attention before drafting responses.

list_conversationsGET/api/v1/inbox/conversations
crispy — bash

Example prompt: Show me my 10 most recent LinkedIn conversations labeled Hot Lead and tell me which ones are waiting on my reply

[
  {
    "chat_id": "msg_abc123",
    "name": "Jane Smith",
    "last_message": "Sounds great, can you send the deck?",
    "their_turn": true,
    "label": "Hot Lead"
  }
]
Permission scope
core
Access
Read-only
Category
Messaging

What you can build

Triage your inbox each morning by seeing which threads are waiting on your reply
Filter conversations by label to focus only on hot leads or active clients
Pull the latest message preview across threads without opening each one
Grab chat_id values to feed into get_messages, send_message, or organize_conversation

Parameters

Inputs accepted by list_conversations.

NameTypeDescription
limitnumberMax number of conversations to return (1-100, default 20)
cursorstringPagination cursor
labelstringFilter by label (e.g. 'Hot Lead', 'Client'). Use list_labels to see available labels.
include_archivedbooleanInclude archived conversations (default false)
force_livebooleanBypass cache and fetch current state from LinkedIn (slower, use when cache seems stale).

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.