---
title: "GET /buildDetails"
method: GET
path: "/buildDetails"
---

# GET /buildDetails

`GET /buildDetails`

## Query parameters

- `appId` string
- `buildId` string
- `platform` string

## Response `200`

Success

- BuildDetails
  - `appName` string
  - `appVersion` string
  - `appBuild` string
  - `buildId` string
  - `tag` string
  - `size` object
    - `installSize` integer
    - `downloadSize` integer
  - `modules` object[]
    - `name` string
    - `path` string
    - `size` integer
    - `type` 'swiftModule' | 'framework' | 'objcPrefix'

---

[API](https://skmtc.dev/emergetools/apis/emerge-api.md) · [All operations](https://skmtc.dev/emergetools/apis/emerge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/emergetools/emerge-api/revisions/5af529b19931/schema)
