List Posts
Recent posts from one or more subreddits (or all of Reddit), newest first, with a cursor for the next page.
Capability ID
reddit.posts.list
Cost
1 credit per request
Maximum runtime
30 seconds
POST
/execute
Shared execution endpoint
Input parameters
| Field | Type | Required | Description |
|---|---|---|---|
after |
string |
Optional | Opaque cursor from a previous result's "next". |
limit |
integer |
Optional | Page size, 1-100 (default 50). |
subreddits |
string |
Required | Comma-separated subreddit names (no leading r/), or the literal "all" for all of Reddit. |
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
No committed sample output is available for this capability yet.
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.