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

# Get an attachment

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

Retrieve the information of the attachment with the matching attachmentId.

**Scope:** `invoices:read`

## Response `200`

Attachment found

- InvoiceAttachment
  - `id` string, uuid
  - `invoiceId` string, uuid
  - `fileName` string

## 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)
