list_published_reports

Previously published client report links, newest first.

Tier: read · Rate limit: ~30/min

Input

Param Type Required Notes
domain string Only this brand's reports. Omit for all.

Output

{
  "reports": [
    {
      "slug": "…",
      "url": "https://converg3nce.com/reports/…",
      "run_id": "…",
      "withheld": false,
      "published_at": "2026-08-31T09:40:00.000Z"
    }
  ]
}

withheld: true marks a report published with force over failed evidence gates — it carries a withheld notice instead of a scorecard.

Errors

Code Cause
NOT_FOUND no brand audited at "<domain>"
UPSTREAM_ERROR Public site URL not configured

Every returned url is a published, publicly reachable document about a named brand. They are noindex, but they are not secret — anyone with the link can read it. Treat this list as client-confidential.