---
title: "Retrieves installed applications for an Asset"
method: GET
path: "/customer_assets/{id}/installed_applications"
tags: ["Asset"]
---

# Retrieves installed applications for an Asset

`GET /customer_assets/{id}/installed_applications`

Required permission: Assets - List/Search
Single-Customer Users can only access own assets.

Returns a paginated list of software installed on the asset.
The `installed_at` date falls back to `created_at` when no explicit installation date is recorded.

## Path parameters

- `id` integer, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

successful

- object
  - `installed_applications` object[], required
    - `name` string, required — Application name
    - `vendor` unknown
    - `version` unknown
    - `installed_at` string, date — Installation date. Falls back to first-seen date when not recorded.
  - `meta` object, required
    - `total_pages` integer, required
    - `total_entries` integer, required
    - `per_page` integer, required
    - `page` integer, required

## Other responses

- `404` — asset not found

---

[API](https://skmtc.net/syncromsp/apis/syncro.md) · [All operations](https://skmtc.net/syncromsp/apis/syncro/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/syncromsp/syncro/versions/3df3aed287cc/schema)
