List Monitoring Jobs
List monitoring jobs under the current account.
/api/open/v1/monitoring/jobsEndpoint Overview
List monitoring jobs under the current account.
Authentication
Authorization: Bearer <token>monitoring:readQuery Parameters
Number of records to return; the server enforces a safe maximum.
Response
List response that always returns object=list and a data array.
Resource array.
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.
Whether more results are available.
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.