Assets API
GET/api/v1/assets/{id}/software
Product availabilityAlgaPSA

List asset software inventory

Returns the paginated software inventory for the asset (from the normalized software tables), with filters for category, software_type, search, and include_uninstalled, plus a summary of totals.

RBAC · asset

Path parameters

idstring <uuid>Required
Asset UUID from assets.asset_id.

Query parameters

pageintegerOptional
limitintegerOptional
categorystringOptional
software_typestringOptional
searchstringOptional
include_uninstalledstringOptional

Response body

Success response 200 · schema AssetSoftwareResponse

dataarray of objectRequired
itemsobject
summaryobject
paginationobject

Response codes

200
Asset software inventory.
401
x-api-key missing/invalid.
403
Caller lacks the required asset permission.
404
Asset not found.
500
Unexpected error.