---
title: "A short-lived signed URL for a statement PDF."
method: GET
path: "/statements/{id}/download"
tags: ["Statements"]
---

# A short-lived signed URL for a statement PDF.

`GET /statements/{id}/download`

## Path parameters

- `id` string, required

## Response `200`

The signed download URL.

- StatementDownload
  - `url` string, required — Short-lived signed URL to the statement PDF.
  - `expiresAt` string, required — ISO 8601 expiry of the URL.

## Other responses

- `404` — No resource with that id in the key’s company.

---

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