cURL
curl --request GET \ --url https://api.voltview.co.uk/v1/sites/{siteId}/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 for a specific site
Supabase Auth JWT access token obtained after signing in via magic link or OTP
Site identifier
Reports retrieved successfully
Report identifier
Report name
Report type
CONSUMPTION
COST
EMISSIONS
EFFICIENCY
Report creation date and time
Reporting period
URL to download the report