GET /v1/reports
GET
scope: reports.read
0 credits
/v1/reportsList available reports.
Query params: type (friday|monday), limit (default 20, max 50), offset
Try it
GET
/v1/reportsSaved locally in your browser
Query Parameters
friday · monday
Max 50
URL
https://slazbvfvliieskvkjtav.supabase.co/functions/v1/api-gateway/v1/reportsEnter your API key above to send requests
Response
{
"reports": [{
"id": "uuid",
"title": "Friday Intelligence Brief — 21 mrt 2026",
"brief_type": "friday",
"executive_summary": "Corty improved 3 campaigns...",
"period_start": "2026-03-17",
"generated_at": "2026-03-21T17:00:00Z"
}],
"count": 1,
"total_count": 12,
"has_more": true
}