---
title: "List (max of 10) of uploaded builds"
method: GET
path: "/appHistory"
---

# List (max of 10) of uploaded builds

`GET /appHistory`

## Query parameters

- `appId` string, required
- `offset` integer
- `buildType` string

## Response `200`

Success

- Build[]
  - `buildId` string
  - `appName` string
  - `appSize` integer
  - `appVersion` string
  - `created` string, date-time
  - `appBuild` string
  - `buildType` string

---

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