---
title: "Get a specific build artifact"
method: GET
path: "/apps/{app-slug}/builds/{build-slug}/artifacts/{artifact-slug}"
tags: ["build-artifact"]
---

# Get a specific build artifact

`GET /apps/{app-slug}/builds/{build-slug}/artifacts/{artifact-slug}`

Retrieve data of a specific build artifact. The endpoint can retrieve archived artifacts as well. The response output contains a time-limited download url (expires in 10 minutes) and a public install-page URL. You can view the build artifact with both URLs, but the public install-page url will not work unless you [enable it](https://devcenter.bitrise.io/tutorials/deploy/bitrise-app-deployment/#enabling-public-page-for-the-app).

## Path parameters

- `app-slug` string, required
- `build-slug` string, required
- `artifact-slug` string, required

## Query parameters

- `download` integer

## Response `200`

OK

- V0ArtifactShowResponseModel
  - `data` V0ArtifactResponseItemModel
    - `artifact_meta` object
    - `artifact_type` string
    - `expiring_download_url` string
    - `file_size_bytes` integer
    - `intermediate_file_info` object
    - `is_public_page_enabled` boolean
    - `public_install_page_url` string
    - `slug` string
    - `title` 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)
