---
title: "List appendices of a quote"
method: GET
path: "/api/external/v2/quotes/{quote_id}/appendices"
tags: ["Quotes"]
---

# List appendices of a quote

`GET /api/external/v2/quotes/{quote_id}/appendices`

List appendices of a quote

> ℹ️
> This endpoint requires one of the following scopes: `quotes:all`, `quotes:readonly`

## Path parameters

- `quote_id` integer, required

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

The list of appendices of the quote

- object
  - `has_more` boolean, required — Indicates whether additional results are available beyond this set. Use this flag to determine if another request is needed.
  - `next_cursor` string, nullable, required — Cursor to retrieve the next set of results. Include this value in the cursor parameter of your next request to fetch subsequent items. A `null` `next_cursor` in the response indicates no further results.
  - `items` object[], required
    - `id` integer, required
    - `url` string, required — URL to the uploaded file.
    - `filename` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Access token is missing or invalid
- `403` — Access to this resource forbidden
- `404` — The resource was not found

---

[API](https://skmtc.net/pennylane/apis/company-v2.md) · [All operations](https://skmtc.net/pennylane/apis/company-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pennylane/company-v2/versions/a5b7236473c6/schema)
