---
title: "Get Account Report"
method: GET
path: "/v1/accounts/{accountId}/reports"
tags: ["Accounts"]
---

# Get Account Report

`GET /v1/accounts/{accountId}/reports`

Retrieve a reportUrl by accountId, month, year, and report type. The reportUrl can be appended to the /files endpoint to access the report.

## Path parameters

- `accountId` string, uuid, required

## Query parameters

- `reportType` 'MONTHLY_STATEMENT' | 'MONTHLY_TAX_NOTICE', required
- `year` integer, required
- `month` integer, required

## Response `200`

Successful response with signed report URL

- AccountStatementReport
  - `accountId` string, uuid, required — The account ID
  - `month` integer, required — The month of the report
  - `year` integer, required — The year of the report
  - `reportType` 'MONTHLY_STATEMENT' | 'MONTHLY_TAX_NOTICE', required — The type of statement report
  - `reportUrl` string, uri, required — Signed S3 URL for the report (valid for 5 minutes)

## Other responses

- `400` — Validation Error
- `401` — Unauthorized
- `403` — Insufficient Privileges
- `404` — Not Found
- `4XX` — Client error
- `5XX` — Server error

---

[API](https://skmtc.net/aquanow/apis/aquanow-cams-rest-api.md) · [All operations](https://skmtc.net/aquanow/apis/aquanow-cams-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aquanow/aquanow-cams-rest-api/revisions/c62a02b27407/schema)
