---
title: "Get attachments from the library"
method: GET
path: "/v2/quote-attachments"
tags: ["Library attachments"]
---

# Get attachments from the library

`GET /v2/quote-attachments`

Returns the attachment entries associated from the library.

## Response `200`

OK - Returns the list of attachments entries.

- AttachmentResponse[]
  - `createdBy` CreatedBy, required
    - `fullName` string, required
    - `id` string, uuid, required
    - `role` string, required
  - `createdOn` string, date-time, required
  - `id` string, uuid, required
  - `name` string, required
  - `order` integer, required
  - `replacedOn` string, date-time
  - `type` string, required
  - `url` string, required

## Other responses

- `403` — Authorization Error - Access denied.

---

[API](https://skmtc.net/pax8/apis/authentication.md) · [All operations](https://skmtc.net/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pax8/authentication/versions/4026bf405528/schema)
