Read-only

List Scheduled LinkedIn Posts

List your scheduled LinkedIn posts along with their status and scheduled times, returning 1 to 100 at a time. Filter by status to see posts that are pending, published, failed, or cancelled. Returns an empty array when no scheduled posts exist.

list_scheduled_postsGET/api/v1/content/scheduled
crispy — bash

Example prompt: Show me all my pending scheduled posts and their scheduled times

[
  {
    "post_id": "3f8a1c2d-1234-4abc-9def-567890abcdef",
    "status": "pending",
    "scheduled_at": "2026-03-10T09:00:00Z"
  }
]
Permission scope
core
Access
Read-only
Category
Content

What you can build

Review your upcoming content calendar at a glance
Check which scheduled posts published successfully versus failed
Find a pending post's ID before cancelling or rescheduling it
Audit your posting cadence across the coming days

Parameters

Inputs accepted by list_scheduled_posts.

NameTypeDescription
status"pending" | "published" | "failed" | "cancelled"Filter by status: 'pending' (awaiting scheduled time), 'published' (posted successfully), 'failed' (publish error), 'cancelled' (cancelled before publish). Default: all.
limitnumberMax number of posts to return (default 20)

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.