---
title: "List deployments"
method: GET
path: "/deployments"
tags: ["License Portal"]
---

# List deployments

`GET /deployments`

## Response `200`

Deployment list.

- ListDeploymentsResult
  - `items` LicenseDeployment[], required
    - `installationId` string, required
    - `customerPartyId` string, required
    - `softwarePartyId` string, required
    - `displayName` string, required
    - `softwareDisplayName` string
    - `deploymentType` string, required
    - `environment` string, required
    - `region` string
    - `status` string, required
    - `recipientKeyId` string
    - `recipientPublicKeyPem` string
    - `recipientPublicKeyFingerprint` string
    - `createdAt` string, required
    - `updatedAt` string, required
    - `tenantId` string

---

[API](https://skmtc.net/sphereon-opensource/apis/license-portal-api.md) · [All operations](https://skmtc.net/sphereon-opensource/apis/license-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sphereon-opensource/license-portal-api/versions/f45b2d91505a/schema)
