---
title: "List invoice attachments"
method: GET
path: "/ar/invoices/{invoiceId}/attachments"
tags: ["Invoices"]
---

# List invoice attachments

`GET /ar/invoices/{invoiceId}/attachments`

Retrieve a list of all attachments for a specific invoice

## Path parameters

- `invoiceId` string, uuid, required — ID for the invoice.

## Response `200`

- ApiV1ArAttachmentsResponseData — The response type for fetching attachments related to an AR Invoice.
  - `attachments` ApiV1ArAttachmentResponseData[], required — The list of attachments
    - `fileName` string, required — The filename for the file.
    - `id` string, uuid, required — The ID of the attachment object.
    - `url` string, required — The signed download URL for the file itself.

## Other responses

- `404` — `invoiceId` not found

---

[API](https://skmtc.net/mercurytechnologies/apis/mercury-api.md) · [All operations](https://skmtc.net/mercurytechnologies/apis/mercury-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mercurytechnologies/mercury-api/revisions/0bdf4a496e03/schema)
