Get Community Discovery Job
Retrieve a single Community Discovery job status.
/api/open/v1/community-discovery/jobs/{job_id}Endpoint Overview
Retrieve a single Community Discovery job status.
Authentication
Authorization: Bearer <token>community_discovery:readPath Parameters
Community Discovery job ID.
Response
Community Discovery job ID.
Always community_discovery.job.
Job status, for example queued, running, completed, or failed.
Job progress from 0 to 100.
Current 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.