---
title: "Get Lien Submission Attachments"
method: GET
path: "/lien_submissions/{filing_id}/attachments"
tags: ["Lien Filing"]
---

# Get Lien Submission Attachments

`GET /lien_submissions/{filing_id}/attachments`

Retrieve attachments for a specific lien filing submission.

This endpoint allows you to fetch a list of attachments associated with a given lien filing submission.
The attachments provide additional documentation or evidence related to the lien filing.

## Path parameters

- `filing_id` string, uuid, required — The ID of the lien filing to retrieve attachments for.

## Query parameters

- `limit` integer — The maximum number of lien filing attachments to return.
- `offset` integer — The number of lien filing attachments to skip before starting to return the attachments.

## Response `200`

The lien filing attachments.

- V1LienFilingAttachment[]
  - `id` string, uuid, required — The unique identifier of the lien filing attachment.
  - `document_filename` string, required — The filename of the document associated with this lien filing attachment.

## Other responses

- `404` — The lien filing document does not exist.
- `422` — Validation Error

---

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