---
title: "Get attachments for an account"
method: GET
path: "/attachments/account/{accountId}"
tags: ["Attachments"]
---

# Get attachments for an account

`GET /attachments/account/{accountId}`

Lists all the documents attached to an account

## Path parameters

- `accountId` string, required

## Response `200`

successful operation

- Attachment[]
  - `id` string, uuid, required
  - `name` string, required
  - `description` string
  - `status` 'UPLOADING' | 'UPLOADED'
  - `accountId` string
  - `tag` 'MASTER_SUBSCRIPTION_AGREEMENT' | 'STATEMENT_OF_WORK' | 'ORDER_FORM' | 'OTHER'
  - `inUse` boolean
  - `isDeleted` boolean
  - `createdOn` integer, required
  - `updatedOn` integer

---

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