List Community Discovery Jobs
List Community Discovery jobs for the current account.
/api/open/v1/community-discovery/jobsEndpoint Overview
List Community Discovery jobs for the current account.
Authentication
Authorization: Bearer <token>community_discovery:readQuery Parameters
Number of records to return; the server enforces a safe maximum.
Response
List response that always returns object=list and a data array.
Resource array.
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.
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.