---
title: "List Attachments"
method: GET
path: "/analyze/v2/agreements/{id}/attachments"
tags: ["Analyze Attachments"]
---

# List Attachments

`GET /analyze/v2/agreements/{id}/attachments`

Retrieve all attachments associated with an agreement in Analyze.

## Path parameters

- `id` string, required

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

successful with limit param

- object
  - `next` object
    - `href` string — URL to the next page of items (null if none)

## Other responses

- `404` — cursor not found
- `422` — invalid limit

---

[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/versions/4d597e83cd78/schema)
