---
title: "Download a compressed file that contains all files attached to an authority."
method: GET
path: "/v1/authorities/{id}/attachments"
tags: ["Authorities"]
---

# Download a compressed file that contains all files attached to an authority.

`GET /v1/authorities/{id}/attachments`

Download a compressed file(`.zip`) that contains all files attached to an authority based on the given authority `id`.

## Path parameters

- `id` string, uuid, required

## Response `200`

The downloaded compressed file

## Other responses

- `401` — Unauthorized access.
- `404` — Authority does not exist.

---

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