---
title: "Download an attachment from an invoice"
method: GET
path: "/companies/{companyId}/invoices/{invoiceId}/attachments/{attachmentId}/download"
tags: ["invoices"]
---

# Download an attachment from an invoice

`GET /companies/{companyId}/invoices/{invoiceId}/attachments/{attachmentId}/download`

Download the attachment with the matching attachmentId.

**Scope:** `invoices:read`

## Response `200`

Attachment found and downloaded successfully.

## Other responses

- `404` — Attachment not found

---

[API](https://skmtc.net/bokio/apis/company-api.md) · [All operations](https://skmtc.net/bokio/apis/company-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bokio/company-api/revisions/1bb5d09ce15e/schema)
