Read-only

List Conversation Labels

Return every label currently applied across your conversations along with a count of how many threads carry each one, sorted by count. Returns an empty array when no labels exist yet. Pair it with list_conversations(label=...) to build a split inbox organized by your own categories.

list_labelsGET/api/v1/inbox/labels
crispy — bash

Example prompt: Show me all the labels I'm using on my LinkedIn conversations and how many chats each one has

[
  {
    "label": "Hot Lead",
    "count": 5
  },
  {
    "label": "Client",
    "count": 2
  }
]
Permission scope
core
Access
Read-only
Category
Messaging

What you can build

Get an instant overview of how your inbox is segmented and where attention is concentrated
Build a split-inbox view by feeding labels into list_conversations
Spot which labels dominate so you can prioritize hot leads or clients
Audit and clean up redundant or unused labels across your conversations

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.