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

# Get a build of a given app

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

Get the specified build of a given Bitrise app. You need to provide both an app slug and a build slug. You can get the build slug either by calling the [/builds](https://api-docs.bitrise.io/#/builds/build-list) endpoint or by clicking on the build on bitrise.io and copying the slug from the URL. The endpoint returns all the relevant data of the build.

## Path parameters

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

## Response `200`

OK

- V0BuildShowResponseModel
  - `data` V0BuildResponseItemModel
    - `abort_reason` string
    - `branch` string
    - `build_number` integer
    - `commit_hash` string
    - `commit_message` string
    - `commit_view_url` string
    - `credit_cost` integer
    - `environment_prepare_finished_at` string
    - `finished_at` string
    - `is_on_hold` boolean
    - `is_processed` boolean
    - `is_status_sent` boolean
    - `log_format` string
    - `machine_type_id` string
    - `original_build_params` object
    - `pipeline_workflow_id` string
    - `pull_request_id` integer
    - `pull_request_target_branch` string
    - `pull_request_view_url` string
    - `rebuildable` boolean
    - `slug` string
    - `stack_identifier` string
    - `started_on_worker_at` string
    - `status` integer
    - `status_text` string
    - `tag` string
    - `triggered_at` string
    - `triggered_by` string
    - `triggered_workflow` string
    - `utility` boolean

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