Read-only

Get Comment Status

See the unanswered comments on your LinkedIn posts, ranked by value, reading straight from synced cache with zero live API calls (1 to 100, default 20). Each item returns the comment_id, author, headline, and reaction count, and you can filter to a single post or by comment type such as question, praise, or engagement. By default it excludes low-signal access-request comments so you focus on genuine conversation. Returns an empty list when every comment is already answered.

get_comment_statusGET/api/v1/inbox/comment-status
crispy — bash

Example prompt: Show me the unanswered questions on my recent posts ranked by value so I can reply to the most important ones first

[
  {
    "comment_id": "c_77",
    "author": "Mark Lee",
    "headline": "Head of Growth at Acme",
    "type": "question",
    "reactions": 4
  }
]
Permission scope
core
Access
Read-only
Category
Messaging

What you can build

Find the highest-value comments to reply to first on your latest post
Filter to genuine questions and engagement, skipping access-request noise
Catch unanswered comments across all your posts in one view
Identify engaged commenters worth turning into connections or conversations

Parameters

Inputs accepted by get_comment_status.

NameTypeDescription
post_idstringFilter to a specific post (optional - shows all posts if omitted)
limitnumberMax unanswered comments to return (default 20)
exclude_access_requestsbooleanExclude 'access request' comments like 'GTM:OS', 'Send it' (default true - shows only genuine engagement)
typestringFilter by comment type: access_request, question, engagement, praise, emoji_only

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.