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

# Get a list of all build artifacts

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

List all build artifacts that have been generated for an app's build. This endpoint can retrieve artifacts from the archive as well. You can use the created build artifact slugs from the response output to retrieve data of a specific build artifact with the [GET/apps/](https://api-docs.bitrise.io/#/build-artifact/artifact-show) endpoint or update a build artifact with the [PATCH/apps](https://api-docs.bitrise.io/#/build-artifact/artifact-update) endpoint.

## Path parameters

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

## Query parameters

- `next` string
- `limit` integer

## Response `200`

OK

- V0ArtifactListResponseModel
  - `data` V0ArtifactListElementResponseModel[]
    - `artifact_meta` object
    - `artifact_type` string
    - `file_size_bytes` integer
    - `intermediate_file_info` object
    - `is_public_page_enabled` boolean
    - `slug` string
    - `title` string
  - `paging` V0PagingResponseModel
    - `next` string — Next is the "anchor" for pagination. This value should be passed to the same endpoint to get the next page. Empty/not included if there's no "next" page. Stop paging when there's no "Next" item in the response!
    - `page_item_limit` integer — PageItemLimit - per-page item count. A given page might include less items if there's not enough items. This value is the "max item count per page".
    - `total_item_count` integer — TotalItemCount - total item count, through "all pages"

## 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)
