Create Monitoring Job
Create a monitoring job that continuously scans a subreddit or search query.
/api/open/v1/monitoring/jobsEndpoint Overview
Create a monitoring job that continuously scans a subreddit or search query.
Authentication
Authorization: Bearer <token>monitoring:writeRequest Body
Monitoring mode.
The target community in subreddit mode.
Search query in search mode.
Restricted subreddits in search mode, up to 10.
Sort order in subreddit mode.
Sort order in search mode.
Time range in search mode.
Posts scanned per run, 10-40.
Polling frequency, 0-1440 minutes.
Whether to fetch comments.
Comment sort order.
Comment fetch count, 1-30.
Language preference to return.
Response
Monitoring job ID.
Always monitoring.job.
subreddit or search.
Target subreddit in subreddit mode.
Query string in search mode.
Restricted subreddit list in search mode.
是否强制限定在 search_subreddits 内。
Search sort mode.
Time range in search mode.
Fetch sort order in subreddit mode.
Number of posts fetched per run.
Monitoring frequency in minutes.
Whether the job is active.
Whether to fetch comments.
Comment sort order.
Comment fetch limit.
Comment fetch depth.
Whether to automatically analyze hit posts.
Most recent execution time.
Next scheduled execution time.
Creation time.
Updated time.
The execution task ID created by the first schedule run.
Underlying queue job ID.
Whether the job was successfully queued.
Common Errors
Missing or invalid Bearer token.
The current token is missing the required scope.
The current token hit a rate limit.
Request parameters do not satisfy the schema constraints.
The target resource does not exist or does not belong to the current account.
The current account plan cannot create monitoring jobs. Upgrade to Base or Pro.
The backend Reddit data source is not configured correctly.