---
title: "List all AppInstallRequests"
method: GET
path: "/app-install-requests"
tags: ["App Installs Requests"]
---

# List all AppInstallRequests

`GET /app-install-requests`

## Response `200`

A list of AppInstallRequests

- AppInstallRequest[]
  - `contractId` string, required
  - `provider` string, required
  - `user` string, required
  - `meta` Metadata, required
    - `data` object

## 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` — 5 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/meta` became required for the status `200`
  - the response property `items/provider` became required for the status `200`
  - …1 more
- **2025-02-11** `19d2c93fbacc` — 4 breaking, 5 info
  - the response property `items/contractId` became optional for the status `200`
  - the response property `items/meta` became optional for the status `200`
  - the response property `items/provider` became optional for the status `200`
  - the response property `items/user` became optional for the status `200`
  - …5 more

[Change history](https://skmtc.dev/digital-asset/apis/backend-api/changes/app-install-requests/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)
