App Logo
linkedin.com

LinkedIn — List scheduled posts

List the logged-in member's queued LinkedIn scheduled posts (text + scheduled date/time) from the Scheduled posts management panel. This is the only place these posts exist before they publish — get_post/get_feed_posts can't see them.

Input

None

Output

count required

Number of queued scheduled posts.

posts required

FAQ

List the logged-in member's queued LinkedIn scheduled posts (text + scheduled date/time) from the Scheduled posts management panel. This is the only place these posts exist before they publish — get_post/get_feed_posts can't see them.
Nothing. It takes no input.
It returns count, posts.
Yes. It acts as you on linkedin.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the linkedin.com cookies saved by the Reduck extension.
It only reads. It looks things up on linkedin.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/linkedin.com/get_scheduled_posts, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/linkedin.com/get_scheduled_posts
It is part of Reduck's official curated catalogue.

Start building not clicking