GET /api/v1/reports
Last verified
Auto-generated. This article is rebuilt from FastAPI route introspection by
scripts/build_api_kb.py. Edit the route docstring inapp/and re-run the script β do not edit this file directly.
GET /api/v1/reports
Handler: app.main.api_list_reports
Methods: GET
Description
List reports grouped by day, paginated by number of days.
Parameters
| In | Name | Type | Default | Description |
|---|---|---|---|---|
| query | limit |
int |
7 |
|
| query | offset |
int |
0 |
Curl
curl -s https://bigclawd.com/api/v1/reports