Get Monitoring Job
Retrieve a monitoring job and its recent execution history.
/api/open/v1/monitoring/jobs/{job_id}Endpoint Overview
Retrieve a monitoring job and its recent execution history.
Authentication
Authorization: Bearer <token>monitoring:readPath Parameters
Monitoring job ID.
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.
Most recent execution records.
Monitoring execution task ID.
Execution status.
Execution progress.
Current execution step.
Posts found in this scan.
Posts analyzed in this scan.
Posts stored in the database in this scan.
Comments found in this scan.
Comments stored in the database in this scan.
Comments skipped in this scan.
Error message when execution fails.
Queue time.
Start time.
Completion time.
Record creation time.
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.