List Monitoring Hits
Retrieve recent hit posts and analysis results for a monitoring job.
/api/open/v1/monitoring/jobs/{job_id}/hitsEndpoint Overview
Retrieve recent hit posts and analysis results for a monitoring job.
Authentication
Authorization: Bearer <token>monitoring:readPath Parameters
Monitoring job ID.
Query Parameters
Number of hit posts to return, up to 50.
Response
List response that always returns object=list and a data array.
Resource array.
Hit post ID.
Always monitoring.hit.
Post title.
Post subreddit.
Author username.
Reddit post URL.
Upvotes.
Comment count.
Local record creation time.
Original Reddit publish time.
If analyzed, includes value judgment and suggested reply.
Detected pain point.
Reply priority.
Suggested reply angle.
Suggested reply in English.
Suggested reply in Chinese.
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.