---
title: "Get a specific Android Keystore file"
method: GET
path: "/apps/{app-slug}/android-keystore-files/{android-keystore-file-slug}"
tags: ["android-keystore-file"]
---

# Get a specific Android Keystore file

`GET /apps/{app-slug}/android-keystore-files/{android-keystore-file-slug}`

Retrieve data of a specific Android Keystore file to check its attributes.

## Path parameters

- `app-slug` string, required
- `android-keystore-file-slug` string, required

## Response `200`

OK

- V0ProjectFileStorageDownloadResponseModel
  - `data` V0ProjectFileStorageDownloadResponseItemModel
    - `download_url` string
    - `exposed_meta_datastore` object
    - `is_expose` boolean
    - `is_protected` boolean
    - `processed` boolean
    - `slug` string
    - `upload_file_name` string
    - `upload_file_size` integer
    - `user_env_key` 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)
