Software API
GET/api/v1/software/search
Product availabilityAlgaPSA

Search software across the fleet

Searches installed software across all assets in the tenant, with filters for name/publisher search, category, software_type, is_managed, is_security_relevant, and client_id. Paginated. Authenticated by the global x-api-key middleware and tenant-scoped by the underlying withAuth action (it calls the searchSoftwareFleetWide server action directly rather than using a route-level controller wrapper).

Query parameters

searchstringOptional
categorystringOptional
software_typestringOptional
is_managedstringOptional
is_security_relevantstringOptional
client_idstring <uuid>Optional
pageintegerOptional
limitintegerOptional

Response body

Success response 200 · schema PublicV1Success

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Matching software, paginated.
400
Invalid request.
401
API key missing/invalid.
403
Caller lacks the required permission.
500
Unexpected error.