Get Community Overview Job
Retrieve a single Community Overview job status.
/api/open/v1/community-overview/jobs/{job_id}Endpoint Overview
Retrieve a single Community Overview job status.
Authentication
Authorization: Bearer <token>community_overview:readPath Parameters
Community Overview job ID.
Response
Community Overview job ID.
Always community_overview.job.
Target subreddit.
Job status.
Job progress from 0 to 100.
Current analysis stage description.
Result object ID available after completion.
Job creation time (ISO 8601).
Last updated time (ISO 8601).
Result URL returned when the result is 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.