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.
Plugin requirement. Like all
/api-reddit-watchlist methods, this read requires at least one team member to have had the OutX browser extension active within the last 48 hours, otherwise it returns 403 Plugin installation required. Teams with global data sharing enabled are exempt.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 |
| 403 | Plugin installation required | No team member has had the OutX browser extension active in the last 48 hours. Exempt if global data sharing is enabled. |
| 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.
