---
title: "Download a statement"
method: GET
path: "/v1/reports/statements/{id}/download"
tags: ["Statements"]
---

# Download a statement

`GET /v1/reports/statements/{id}/download`

Returns a signed URL to download the statement file.

## Path parameters

- `id` string, required

## Response `200`

Success

- object — The download URL
  - `status` 'SUCCEEDED', required
  - `data` DownloadStatementResponse, required
    - `url` string

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.dev/breeze/apis/breeze-api.md) · [All operations](https://skmtc.dev/breeze/apis/breeze-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/breeze/breeze-api/revisions/8911892bdf29/schema)
