---
title: "Get LOA document"
method: GET
path: "/v1/loas/{loaId}/document"
tags: ["LOA Management"]
---

# Get LOA document

`GET /v1/loas/{loaId}/document`

Get a signed URL to download the LOA PDF document. URL expires after 1 hour.

## Path parameters

- `loaId` string, required

## Response `200`

Document URL retrieved successfully

- object
  - `url` string, uri — Signed URL to download the LOA document
  - `expiresAt` string, date-time — URL expiration time

## Other responses

- `4XX` — Client error response

---

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