Read-only

List LinkedIn Post Drafts

Lists your saved LinkedIn post drafts, sorted by most recently updated, with a default filter of status 'draft'. Pass status='published' to find drafts that became live posts, each row carrying its published_post_id and published_at. Returns an empty array when no drafts match. Use it to review your content pipeline before editing or publishing.

list_draftsGET/api/v1/content/drafts
crispy — bash

Example prompt: Show me my five most recently updated post drafts so I can pick one to publish

[
  {
    "draft_id": "a1b2c3d4-0000-4f00-8a00-111122223333",
    "text": "3 lessons from scaling outbound to 1M sends...",
    "status": "draft",
    "updated_at": "2026-06-15T14:22:00Z"
  }
]
Permission scope
core
Access
Read-only
Category
Content

What you can build

Review every pending draft before deciding what to polish and publish next
Find a specific draft's UUID to feed into update_draft or publish_draft
Audit which drafts have already gone live and when they were published
Surface a backlog of archived ideas to revive into fresh posts

Parameters

Inputs accepted by list_drafts.

NameTypeDescription
status"draft" | "scheduled" | "publishing" | "published" | "archived"Filter by status (default 'draft'). Use 'published' to find drafts that became posts.
limitnumberMax number of drafts to return (default 20, max 50).

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.