Get Community Discovery Result
Retrieve Community Discovery final result.
/api/open/v1/community-discovery/jobs/{job_id}/resultEndpoint Overview
Retrieve Community Discovery final result.
Authentication
Authorization: Bearer <token>community_discovery:readPath Parameters
Community Discovery job ID.
Response
Result object ID.
Always community_discovery.result.
Associated job ID.
Final normalized Community Discovery strategy text.
Additional notes, such as constraints or recommended usage.
Queries generated during search and clustering.
Recommended subreddit clusters.
Result generation time (ISO 8601).
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 async job has not produced its final result yet.
Notes
- If the job is not finished yet, the API returns RESULT_NOT_READY (409).