brand_audit_get_report
Fetches the result JSON for a completed brand audit. Returns aggregate or per-target results, with optional PDF download link.
Instructions
Fetch the result JSON for a completed brand audit. With target set, returns the per-target CheckResult; without, returns the audit-level aggregate. Returns notReady when polling an in-flight audit. When a rendered PDF sidecar exists, metadata includes pdfUrl — an authenticated /reports/ download link (same bearer credential as this call). Completed targets whose PDF is still rendering include pdfPending so callers can poll again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Specific target domain. Omit for audit-level aggregate. | |
| auditId | Yes | Audit ID returned by brand_audit_batch_start. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score | Yes | ||
| passed | Yes | ||
| category | Yes | ||
| findings | Yes |