---
title: "Gets the download URL of a key-value cache item"
method: GET
path: "/apps/{app-slug}/cache-items/{cache-item-id}/download"
tags: ["key-value-cache"]
---

# Gets the download URL of a key-value cache item

`GET /apps/{app-slug}/cache-items/{cache-item-id}/download`

Gets a download URL of a cache item.

## Path parameters

- `app-slug` string, required
- `cache-item-id` string, required

## Response `200`

OK

- V0CacheItemDownloadResponseModel
  - `data` V0CacheItemDownloadURLResponseModel
    - `download_url` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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