---
title: "Presigned download URLs for all property-credit documentation categories"
method: GET
path: "/reserves/{id}/property-credit/documentation/urls"
tags: ["reserve"]
---

# Presigned download URLs for all property-credit documentation categories

`GET /reserves/{id}/property-credit/documentation/urls`

Returns presigned GET URLs for every stored document (valuation report, legal, brochure, contract agreement). Empty arrays when nothing has been uploaded for that category.

## Path parameters

- `id` number, required

## Response `200`

Grouped presigned URLs

- PropertyCreditAllDocumentationUrlsResponseDto
  - `valuationReport` PropertyCreditDocumentationPresignedItemDto[], required
    - `key` string, required — S3 object key
    - `url` string, required — Time-limited presigned GET URL (bucket is private; refresh when expired)
    - `expiresInSeconds` number, required — URL lifetime in seconds
  - `legal` PropertyCreditDocumentationPresignedItemDto[], required
    - `key` string, required — S3 object key
    - `url` string, required — Time-limited presigned GET URL (bucket is private; refresh when expired)
    - `expiresInSeconds` number, required — URL lifetime in seconds
  - `propertyBrochure` PropertyCreditDocumentationPresignedItemDto[], required
    - `key` string, required — S3 object key
    - `url` string, required — Time-limited presigned GET URL (bucket is private; refresh when expired)
    - `expiresInSeconds` number, required — URL lifetime in seconds
  - `contractAgreement` PropertyCreditDocumentationPresignedItemDto[], required
    - `key` string, required — S3 object key
    - `url` string, required — Time-limited presigned GET URL (bucket is private; refresh when expired)
    - `expiresInSeconds` number, required — URL lifetime in seconds

## Other responses

- `401` — Unauthorized
- `403` — Forbidden — Admin role required
- `404` — Reserve not found or not a property credit reserve

---

[API](https://skmtc.dev/dre/apis/dre-api.md) · [All operations](https://skmtc.dev/dre/apis/dre-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dre/dre-api/revisions/5d14beb9482b/schema)
