---
title: "Get Template Files as File Url"
method: GET
path: "/template/files_as_file_url/{template_id}"
tags: ["Template"]
---

# Get Template Files as File Url

`GET /template/files_as_file_url/{template_id}`

Obtain a copy of the current documents specified by the `template_id` parameter. Returns a JSON object with a url to the file (PDFs only).

If the files are currently being prepared, a status code of `409` will be returned instead. In this case please wait for the `template_created` callback event.

## Path parameters

- `template_id` string, required

## Query parameters

- `force_download` integer

## Response `200`

successful operation

- FileResponse
  - `file_url` string, required — URL to the file.
  - `expires_at` integer, required — When the link expires.

## Other responses

- `4XX` — failed_operation

---

[API](https://skmtc.net/hellosign/apis/dropbox-sign-api.md) · [All operations](https://skmtc.net/hellosign/apis/dropbox-sign-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellosign/dropbox-sign-api/versions/2ea3f04008af/schema)
