---
title: "List Agreement Attachments"
method: GET
path: "/finalize/v2/agreements/{agreement_id}/attachments"
tags: ["Finalize Attachments"]
---

# List Agreement Attachments

`GET /finalize/v2/agreements/{agreement_id}/attachments`

## Path parameters

- `agreement_id` string, uuid, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

success

- object
  - `data` object[], required
    - `id` string, uuid, required — The UUID of the attachment record.
    - `created_at` string, date-time, required — The ISO 8601 datetime of when the attachment was created.
    - `file_name` string, nullable, required — The name of the attachment file. Expected to be null if file has not been uploaded yet.
  - `total_count` integer, required — Total number of items returned
  - `_links` object, required
    - `next` object
      - `href` string — URL to the next page of items (null if none)
    - `prev` object
      - `href` string — URL to the previous page of items (null if none)

## Other responses

- `404` — not_found
- `422` — unprocessable_entity

---

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