cURL
curl --request GET \ --url https://api.voltview.co.uk/v1/sites/reports \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "siteId": "<string>", "name": "<string>", "type": "CONSUMPTION", "createdAt": "2023-11-07T05:31:56Z", "period": "<string>", "downloadUrl": "<string>" } ]
Retrieves energy reports across all sites
Supabase Auth JWT access token obtained after signing in via magic link or OTP
Reports retrieved successfully
Report identifier
Site identifier
Report name
Report type
CONSUMPTION
COST
EMISSIONS
EFFICIENCY
Report creation date and time
Reporting period
URL to download the report