All Products
Search
Document Center

Elastic Desktop Service:ListInstalledApps

Last Updated:Jan 05, 2026

Queries applications installed on a cloud computer.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DesktopIdstringYes

The cloud computer ID.

ecd-39clsqyxr****
PageSizeintegerNo

The number of entries per page.
Default value: 20.

20
PageNumberintegerNo

The page number.
Default value: 1.

1

Response parameters

ParameterTypeDescriptionExample
object

The returned information.

RequestIdstring

The unique ID of the request.

1CBAFFAB-B697-4049-A9B1-67E1FC5F****
TotalCountlong

The total number of entries returned.

94
Appsarray<object>

The information about the application.

Appobject

The application details.

AppNamestring

The name of the application.

test_app
AppVersionstring

The application version.

2.0.1

Examples

Sample success responses

JSONformat

{
  "RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
  "TotalCount": 94,
  "Apps": [
    {
      "AppName": "test_app",
      "AppVersion": "2.0.1"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2025-11-03Add OperationView Change Details