---
title: "Download a bill document"
method: GET
path: "/v1/web/bill/{billId}/document/{id}/download"
tags: ["Bill"]
---

# Download a bill document

`GET /v1/web/bill/{billId}/document/{id}/download`

Redirects via `Location` header to a pre-signed download URL.

## Path parameters

- `billId` string, required
- `id` string, required

## Response `default`

Catch-all error response for any unexpected internal errors

- object — Catch-all error response for any unexpected internal errors
  - `code` 'internal', required
  - `message` 'An unexpected internal error has occurred', required

## Other responses

- `302` — Default Response
- `400` — Default Response
- `401` — The access to this resource has been denied
- `403` — The access to this resource is forbidden
- `404` — The resource was not found

---

[API](https://skmtc.net/funneldash/apis/surface-web-api.md) · [All operations](https://skmtc.net/funneldash/apis/surface-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/funneldash/surface-web-api/versions/ac700d65f443/schema)
