List My Scheduled
community-discussions
List My Scheduled
Return the current contact's scheduled (unpublished, scheduled_at set) discussions.
Mirrors GET /api/hubs/{hub_id}/me/discussion-drafts exactly, but for
scheduled posts. Sorted by (scheduled_at ASC, id ASC) — soonest first.
Pagination:
page[size]=N default 20, max 100.
page[after]=<cursor> keyset cursor (<scheduled_at ISO>|<id>).
Returns:
200 — JSON:API list response with meta.has_more and meta.next_cursor.
401 — No auth token.
403 — Banned or not a member of the hub.
GET
List My Scheduled
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.