Skip to content

KB / api

GET /api/v1/reports/week/{week_id}

Last verified

Auto-generated. This article is rebuilt from FastAPI route introspection by scripts/build_api_kb.py. Edit the route docstring in app/ and re-run the script — do not edit this file directly.

GET /api/v1/reports/week/{week_id}

Handler: app.main.api_week_reports
Methods: GET

Description

Get all reports for a specific ISO week (e.g., 2026-W14).

Parameters

InNameTypeDefaultDescription
pathweek_idstrPydanticUndefined

Curl

curl -s https://bigclawd.com/api/v1/reports/week/{week_id}