Skip to main content
Reports are the structured output of every successful run. One row per run in cofounder_reports.

GET — list reports

Returns the headline + meta only (lighter payload):

GET — single report

Returns the full row including the report JSONB:

DailyReport schema

The report field follows DailyReportSchema (Zod-validated by the reasoner). Top-level keys:

Ownership check

/reports/:reportId always filters by your owner_email — you cannot fetch another user’s report even if you guess the UUID.