GET /v1/reports/:id
GET
scope: reports.read
0 credits
/v1/reports/:idFetch full report content.
Try it
GET
/v1/reports/{id}Saved locally in your browser
Path Parameters
Report UUID
URL
https://slazbvfvliieskvkjtav.supabase.co/functions/v1/api-gateway/v1/reports/{id}Enter your API key above to send requests
Response
{
"report": {
"id": "abc-123",
"title": "Friday Intelligence Brief — 21 mrt 2026",
"brief_type": "friday",
"target_role": "owner",
"executive_summary": "Corty improved 3 campaigns, caught 2 deliverability issues.",
"summary_bullets": ["2,340 emails sent · 8.2% reply rate", "12 hot leads · 28 warm"],
"stats_snapshot": { "emails_sent": 2340, "reply_rate": 8.2 },
"period_start": "2026-03-17",
"period_end": "2026-03-21",
"generated_at": "2026-03-21T17:00:00Z"
}
}