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.
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"
}
]What you can build
Parameters
Inputs accepted by list_drafts.
| Name | Type | Description |
|---|---|---|
| status | "draft" | "scheduled" | "publishing" | "published" | "archived" | Filter by status (default 'draft'). Use 'published' to find drafts that became posts. |
| limit | number | Max number of drafts to return (default 20, max 50). |
Related tools
Save LinkedIn Post Draft
Save LinkedIn post drafts with attachments, mentions, notes, and company-page targeting. Refine before publishing via MCP.
Update LinkedIn Post Draft
Edit a saved LinkedIn post draft: change text, notes, audience, attachments, mentions, link preview, or archive it before publishing.
Publish LinkedIn Draft
Publish a saved draft as a live LinkedIn post. Idempotent and safe, with automatic rollback to draft if publishing fails.
Delete LinkedIn Post Draft
Permanently delete a LinkedIn post draft in draft or archived status. Irreversible cleanup for content you no longer need.
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.