---
title: "List all AppInstalls"
method: GET
path: "/app-installs"
tags: ["App Installs"]
---

# List all AppInstalls

`GET /app-installs`

## Response `200`

A list of AppInstalls

- AppInstall[]
  - `contractId` string, required
  - `provider` string, required
  - `user` string, required
  - `meta` Metadata, required
    - `data` object
  - `numLicensesCreated` integer, required
  - `licenseNum` integer, required

## Other responses

- `401` — Not authenticated
- `500` — An internal server error occurred

## Changes

> 10 revisions in range; 1 could not be searched.

- **2025-09-03** `f5d5d8701190` — 1 breaking
  - removed the required property `items/dso` from the response with the `200` status
- **2025-02-26** `16506fd5cad4` — 7 info
  - the response property `items/contractId` became required for the status `200`
  - the response property `items/dso` became required for the status `200`
  - the response property `items/licenseNum` became required for the status `200`
  - the response property `items/meta` became required for the status `200`
  - …3 more
- **2025-02-11** `19d2c93fbacc` — 6 breaking, 5 info
  - the response property `items/contractId` became optional for the status `200`
  - the response property `items/licenseNum` became optional for the status `200`
  - the response property `items/meta` became optional for the status `200`
  - the response property `items/numLicensesCreated` became optional for the status `200`
  - …7 more

[Change history](https://skmtc.dev/digital-asset/apis/backend-api/changes/app-installs/get.md)

---

[API](https://skmtc.dev/digital-asset/apis/backend-api.md) · [All operations](https://skmtc.dev/digital-asset/apis/backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digital-asset/backend-api/revisions/8821f8847f2c/schema)
