Skip to main content
GET
List drafts and scheduled posts

Authorizations

Authorization
string
header
required

A SuperX API key ("sxk_..."), created in the SuperX app under Account > API / MCP / CLI. Keys are server-side secrets.

Query Parameters

account_id
string

Account to act on, from GET /v1/accounts. Defaults to your main account. An id outside your accounts returns 404 account_not_found.

status
string

Comma list of statuses to include. Default is all four. draft also covers legacy board drafts stored under internal statuses; they come back as "draft".

Example:

"scheduled,draft"

tags
string

Comma list of tag ids (from GET /v1/tags). Returns posts carrying ANY of the listed tags.

Example:

"V1StGXR8_Z5jdHi6B-myT"

from
string<date-time>

Include posts scheduled at or after this UTC ISO-8601 time (explicit Z or offset required).

to
string<date-time>

Include posts scheduled at or before this UTC ISO-8601 time (explicit Z or offset required).

limit
integer
default:20

Page size, 1 to 100.

Required range: 1 <= x <= 100
page
integer
default:1

1-based page number.

Required range: x >= 1

Response

A page of scheduled posts and drafts.

data
object[]
pagination
object