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

# Get Lien Submission Attachment

`GET /lien_submissions/{filing_id}/attachments/{attachment_id}`

Retrieve a lien submission attachment.

This endpoint allows you to download an attachment associated with a specific lien submission.
The attachment is identified by its unique ID, and the lien submission is identified by its unique filing ID.

## Path parameters

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

## Other responses

- `307` — Download the liens submission attachment.
- `404` — The lien filing document or attachment 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)
