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

# Get attachments

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

Retrieve the information of the attachments for the invoice. Use the query parameters to filter and navigate through the results.

**Scope:** `invoices:read`

## Query parameters

- `page` integer
- `pageSize` integer
- `query` string

## Response `200`

Attachments found

- object
  - `totalItems` integer
  - `totalPages` integer
  - `currentPage` integer
  - `items` InvoiceAttachment[]
    - `id` string, uuid
    - `invoiceId` string, uuid
    - `fileName` string

## Other responses

- `404` — The requested resource was 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)
