Gets the download URL of a key-value cache item
Gets a download URL of a cache item.
Path parameters
-
app-slug
string Required App slug
-
cache-item-id
string Required The ID of the cache item to be downloaded
GET
/apps/{app-slug}/cache-items/{cache-item-id}/download
curl \
--request GET 'https://api.bitrise.io/v0.1/apps/{app-slug}/cache-items/{cache-item-id}/download' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"data": {
"download_url": "string"
}
}
Response examples (400)
{
"message": "string"
}
Response examples (401)
{
"message": "string"
}
Response examples (404)
{
"message": "string"
}
Response examples (500)
{
"message": "string"
}