Skip to main content
GET
Get posts from an Engage feed

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.

Path Parameters

id
string
required

Feed id from GET /v1/engage/feeds.

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.

limit
integer
default:20

Posts to return, up to 50. Default 20. Applies to keyword feeds; list feeds return one page per fetch whatever you ask for, about 10 posts for a member list and 20 to 25 for an imported X list. On a keyword feed a big page costs the same as a small one.

Required range: 1 <= x <= 50
mode
enum<string>
default:top

Ranking for keyword feeds. top (default) blends quality and relevance, latest is pure recency.

Available options:
top,
latest
fresh
boolean
default:false

Skip the short-lived result cache and refetch. Default false.

include_replied
boolean
default:false

Keep posts the account already replied to, flagged with replied: true. Default false removes them.

exclude_post_ids
string

Comma-separated post ids to leave out, up to 100. This is how you page.

Response

Candidate posts from the feed.

data
object[]
has_more
boolean
feed
object