Retrieve your Reddit watchlists with detailed information about tracked keywords and filtering rules. To fetch the actual Reddit posts collected by a watchlist, useDocumentation Index
Fetch the complete documentation index at: https://www.outx.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /api-posts with the watchlist’s id as watchlist_id. The same endpoint serves LinkedIn and Reddit watchlists; the source is detected from the watchlist’s type.
Query Parameters
Watchlist ID. If omitted, returns all Reddit watchlists for your team.
Response Fields (All Watchlists)
Array of Reddit watchlist objects
Total number of Reddit watchlists for your team
Response Fields (Single Watchlist)
Unique identifier for the watchlist
Watchlist name
URL-friendly slug for the watchlist
Always “reddit” for Reddit watchlists
Array of tracked keywords
Fetch frequency in hours
Detailed tracking configuration for each keyword (only on the single-watchlist response)
Error Responses
| Status Code | Error Message | Description |
|---|---|---|
| 401 | Missing API Key / Invalid API Key | Invalid or missing API key |
| 404 | Watchlist not found or access denied | Watchlist ID does not exist, is not a Reddit list, or is not yours |
Frequently Asked Questions
How do I get a specific watchlist versus all my Reddit watchlists?
How do I get a specific watchlist versus all my Reddit watchlists?
To get all Reddit watchlists, call
GET /api-reddit-watchlist without parameters. To get a specific watchlist, pass the watchlist ID as a query parameter: GET /api-reddit-watchlist?id=YOUR_WATCHLIST_ID. The single-watchlist response includes the keyword_tracking array with full filtering rules.Are Reddit and LinkedIn watchlists returned by the same endpoint?
Are Reddit and LinkedIn watchlists returned by the same endpoint?
No. Reddit watchlists live behind
/api-reddit-watchlist (filtered server-side to type=reddit), and keyword/people/company LinkedIn watchlists each have their own /api-*-watchlist endpoint. Calling this endpoint returns Reddit watchlists only.
