List Scheduled Posts
facebook_list_scheduled_postsList queued scheduled Facebook Page posts with publish times in UTC and Page-local time. Use the returned post_id to update, publish now, or delete a scheduled post.
Instructions
List the Page posts that are queued to publish later, each with its publish time echoed in UTC and in Page-local time. Read-only: use it to find the post_id to hand to facebook_update_post (reschedule / publish now) or to facebook_delete_post (the only way to cancel a scheduled post). Reels: whether a scheduled Reel appears in this queue is UNVERIFIED against the live API — Reels are invisible on post endpoints, so an empty or Reel-less result is not evidence that no Reel is scheduled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Opaque forward cursor from a previous call's `nextCursor`. Omitted ⇒ start from the first page. Cursors expire; on an expiry note, restart the listing without this argument. | |
| limit | No | Maximum items to return in this page (1–100). Defaults to 25. Large values risk truncation by the result budget. | |
| profile | No | Page profile key (e.g. "brand-a") or a raw Page ID. Omitted ⇒ the default Page (FB_PAGE_ID). | |
| page_timezone | No | IANA timezone name of the Page (e.g. "Europe/Sofia"), used only to echo a scheduled instant in Page-local time next to UTC. Omitted ⇒ the server reads the Page's own timezone; if that read fails the echo is UTC-only. |