---
title: "List all AppInstallRequests"
method: GET
path: "/app-install-requests"
---

# List all AppInstallRequests

`GET /app-install-requests`

## Response `200`

A list of AppInstallRequests

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

## Other responses

- `400` — Invalid input

## Changes

- **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/85e5af9982d5/schema)
