---
title: "Download file from theme archive"
method: GET
path: "/api/v1/themes/{id}/file/{filepath}"
tags: ["themes"]
---

# Download file from theme archive

`GET /api/v1/themes/{id}/file/{filepath}`

Downloads a file from the theme matching either theme ID or theme name, identified by the file path within the imported extension.

## Path parameters

- `filepath` string, required
- `id` string, required

## Response `200`

OK. Theme exists and the file specified exists. Returns the specific file.

## Other responses

- `403` — Forbidden. User is not authorized to read theme with {id}.
- `404` — Not found. Could not find a theme with {id} or the file does not exist in the archive.
- `410` — Gone. Theme with {id} has been deleted.

---

[API](https://skmtc.net/qlik/apis/themes.md) · [All operations](https://skmtc.net/qlik/apis/themes/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qlik/themes/versions/9528fa57e437/schema)
