---
title: "Get a cartola document URL"
method: GET
path: "/v1/cartolas/{cartola_id}/document"
tags: ["Cartola"]
---

# Get a cartola document URL

`GET /v1/cartolas/{cartola_id}/document`

Returns a temporary, time-limited URL to download the cartola's generated statement
document. Responds `404` when no document is attached. Requires the `transactions_view`
permission.

## Path parameters

- `cartola_id` string, uuid, required

## Headers

- `company-id` string, uuid, required

## Response `200`

A temporary download URL for the document

- object
  - `url` string, uri, required

## Other responses

- `401` — Unauthorized
- `404` — Document not found

---

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