get_visibility_scan_preview
Poll and read a Visibility Scan Preview by uuid or public slug.
Read a structured Visibility Scan Preview by uuid (returned from trigger_visibility_scan_preview) or by public slug. Poll every 5–15 seconds after triggering until status is complete.
Authentication: Required
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
uuid | string | One of uuid or slug | UUID returned from trigger_visibility_scan_preview. |
slug | string | One of uuid or slug | Public brand slug, e.g. acme. Only resolves public, completed reports. |
Status enum
pending → analyzing → complete (or failed).
Returns
The full report once complete: brand identity, the two scores (overallScore, knowledgeScore) with levels, the LLM analysis (summary, observations, recommendations), persona archetypes, category prompts with per-platform mention estimates, post ideas, and the reportUrl.